From 270df0bdb76fb9933e119da22a593a7f7036e201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr> Date: Wed, 5 May 2021 08:11:28 +0000 Subject: [PATCH] Update setup.py try to fix swagger-ui connexion extra install --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd238b04..2a79e81c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ README = os.path.join(SETUP_DIR, 'README.md') readme = open(README).read() REQUIRES = [ - "connexion @ git+https://github.com/hmenager/connexion.git@master#egg=connexion[swagger-ui]", + "connexion[swagger-ui] @ git+https://github.com/hmenager/connexion.git@master#egg=connexion[swagger-ui]", "aiohttp", "python_dateutil", "setuptools", -- GitLab