mirror of
https://github.com/Balshgit/python-poetry.git
synced 2026-03-21 22:00:37 +03:00
fix python error on poetry check
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user