Pyinstaller upgrade to 5.13.1

This commit is contained in:
Aparna Jyothi 2024-08-12 16:28:21 +05:30
parent b726deaef4
commit ee13df0216
2 changed files with 153 additions and 353 deletions

View file

@ -5,11 +5,12 @@ description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.8,<3.13"
flake8 = "^4.0.1"
pyinstaller = "5.13.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"