Skip to content
Snippets Groups Projects
Commit 270df0bd authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

Update setup.py

try to fix swagger-ui connexion extra install
parent 9fe10425
No related branches found
No related tags found
4 merge requests!35Replace Connexion by flask-smorest,!34Replace connexion by flask-smorest,!25Update requirements.txt,!12make jass installable via pip directly
...@@ -11,7 +11,7 @@ README = os.path.join(SETUP_DIR, 'README.md') ...@@ -11,7 +11,7 @@ README = os.path.join(SETUP_DIR, 'README.md')
readme = open(README).read() readme = open(README).read()
REQUIRES = [ 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", "aiohttp",
"python_dateutil", "python_dateutil",
"setuptools", "setuptools",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment