From 234742410331f01b7d595cafc2babe6352d7eae6 Mon Sep 17 00:00:00 2001 From: huangconghua <995018884@qq.com> Date: Thu, 11 Aug 2022 10:50:22 +0800 Subject: [PATCH] fix bug --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index e58610d..dfeec8b 100644 --- a/setup.py +++ b/setup.py @@ -13,10 +13,10 @@ "redis>=4.3.1", ] extras_require = { - "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"], + "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"], } setup(