Update pyproject.toml

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

View File

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