Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ConlinH committed Aug 11, 2022
1 parent 2347424 commit d3609d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"redis>=4.3.1",
]
extras_require = {
"all": ["aiomysql>=0.1.1", "httpx>=0.23.0", "aio-pika>8.1.1"],
"all": ["aiomysql>=0.1.1", "httpx>=0.23.0", "aio-pika>=8.1.1"],
"aiomysql": ["aiomysql>=0.1.1"],
"httpx": ["httpx>=0.23.0"],
"aio-pika": ["aio-pika>=8.1.1"],
Expand Down

0 comments on commit d3609d2

Please sign in to comment.