From a7810606dd34cb63f891b0c50d29c452502a6a81 Mon Sep 17 00:00:00 2001 From: ge Date: Wed, 19 Jul 2023 01:49:11 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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