fix python error on poetry check

This commit is contained in:
2023-10-17 23:38:21 +03:00
parent 9821aab9db
commit 4d5bdcaf4e
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ requires = ["poetry-core>=1.6.1"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies]
Python=">=3.11,<3.12"
python=">=3.11,<3.12"
aiohttp = "^3.8"
aiosignal = "^1.3"
alembic = "^1.11"