diff --git a/pyproject.toml b/pyproject.toml index b79e15e..36d5119 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ ] dependencies = [ "py-cord[speed]>=2.4.1,<3.0.0", - "aiomysql[speed]>=0.2.0,<1.0.0", + "aiomysql>=0.2.0,<1.0.0", "python-dotenv>=1.0.0,<2.0.0", "aiohttp>=3.8.4,<4.0.0" ]