From 36aa73884c1bafc9d419323fdccd693e6f294e49 Mon Sep 17 00:00:00 2001 From: BryantHe Date: Wed, 31 May 2023 02:52:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20setup=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6dca526..088e24e 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ setup( 'nameko': ['nameko==2.14.1', 'nameko-tracer==1.3.0', 'nameko-sentry==1.0.0'], - 'apiflask': ['apiflask>=1.3.1', 'gevent>=22.10.2'], + 'apiflask': ['apiflask>=1.3.1', 'gevent>=22.10.2', 'gunicorn==20.1.0'], 'rocketry': ['rocketry==2.4.0'], 'gutter': ['gutter==0.5.0'], 'mysql': ['pymysql==1.0.3', 'sqlalchemy==2.0.15'],