This commit is contained in:
Michał Gdula 2023-03-04 21:21:06 +00:00
parent a16c1b2da9
commit 2ad18a8928
2 changed files with 41 additions and 5 deletions

View file

@ -6,9 +6,8 @@ authors = ["Fluffy-Bean <michal-gdula@protonmail.com>"]
license = "MIT"
readme = ".github/README.md"
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.9"
Flask = "^2.2.2"
flask-compress = "^1.13"
gunicorn = "^20.1.0"
@ -21,7 +20,6 @@ platformdirs = "^3.0.0"
SQLAlchemy = "^2.0.3"
pylint = "^2.16.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"