fix python version
This commit is contained in:
parent
4737cdee63
commit
d8d95881d8
@ -7,7 +7,7 @@ readme = "README.md"
|
|||||||
packages = []
|
packages = []
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.10"
|
python = ">= 3.9"
|
||||||
aiogram = "^2.25.1"
|
aiogram = "^2.25.1"
|
||||||
python-dotenv = "^1.0.0"
|
python-dotenv = "^1.0.0"
|
||||||
httpx = "^0.23.3"
|
httpx = "^0.23.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user