Update pyproject.toml

This commit is contained in:
ge 2023-07-19 01:49:11 +03:00
parent 18f1c9e703
commit a7810606dd

View File

@ -7,8 +7,8 @@ license = "Unlicense"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
mysqlclient = "^2.2.0"
python = "^3.8"
mysqlclient = "^1.4.6"
[build-system]
requires = ["poetry-core"]