diff --git a/pyproject.toml b/pyproject.toml index bbccfbc..8991ea2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,9 +7,9 @@ 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"] -build-backend = "poetry.core.masonry.api" +build-backend = "poetry.core.masonry.api" \ No newline at end of file