mirror of
https://github.com/Balshgit/python-poetry.git
synced 2025-09-11 21:50:40 +03:00
fix python error on poetry check
This commit is contained in:
parent
9821aab9db
commit
4d5bdcaf4e
2
poetry.lock
generated
2
poetry.lock
generated
@ -7252,4 +7252,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.11,<3.12"
|
python-versions = ">=3.11,<3.12"
|
||||||
content-hash = "b707eb6a35e82c923527690f36589b70a60b5d5bc5affa0192f1edccec787141"
|
content-hash = "300bd67ac267b38ae00d965c639ac88da3422e6750cd4a07f1cdf8a6fec1827a"
|
||||||
|
@ -9,7 +9,7 @@ requires = ["poetry-core>=1.6.1"]
|
|||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
Python=">=3.11,<3.12"
|
python=">=3.11,<3.12"
|
||||||
aiohttp = "^3.8"
|
aiohttp = "^3.8"
|
||||||
aiosignal = "^1.3"
|
aiosignal = "^1.3"
|
||||||
alembic = "^1.11"
|
alembic = "^1.11"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user