Skip to content

Commit

Permalink
Fixed invalid speed optional dependency group for aiomysql
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Jun 22, 2023
1 parent fd59377 commit 2e3dd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit 2e3dd29

Please sign in to comment.