From d3609d221cc91559b76e876da91ac0317bddd446 Mon Sep 17 00:00:00 2001 From: huangconghua <995018884@qq.com> Date: Thu, 11 Aug 2022 11:00:07 +0800 Subject: [PATCH] fix bug --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dfeec8b..751afe9 100644 --- a/setup.py +++ b/setup.py @@ -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"],