poetry run ./build.sh calls pyinstaller
This commit is contained in:
parent
ffb2d17eb8
commit
a529a165d2
4 changed files with 125 additions and 4 deletions
|
|
@ -5,13 +5,16 @@ description = ""
|
|||
authors = ["Yax"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
python = ">=3.11.0,<3.12"
|
||||
requests = "^2.25.1"
|
||||
Pygments = "^2.7.4"
|
||||
mistune = "^2.0.3"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pyinstaller = "^5.9.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue