fix python version

This commit is contained in:
bakatrouble 2023-03-22 18:08:33 +03:00
parent 4737cdee63
commit d8d95881d8

View File

@ -7,7 +7,7 @@ readme = "README.md"
packages = []
[tool.poetry.dependencies]
python = "^3.10"
python = ">= 3.9"
aiogram = "^2.25.1"
python-dotenv = "^1.0.0"
httpx = "^0.23.3"