poetry run ./build.sh creates an executables with pyinstaller

This commit is contained in:
Yax 2023-03-25 18:09:53 +01:00
parent dd7ca08b5a
commit a4f1b9ad4f
3 changed files with 120 additions and 3 deletions

View file

@ -6,7 +6,7 @@ authors = ["Yax"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11.0"
python = ">=3.11.0,<3.12"
pyrss2gen = "^1.1"
markdown = "^3.1.1"
requests = "^2.25.1"
@ -23,6 +23,7 @@ pytest = "^7.2.0"
coveralls = "^3.3.1"
pytest-cov = "^4.0.0"
black = "^22.10.0"
pyinstaller = "^5.9.0"
[build-system]
requires = ["poetry-core>=1.0.0"]