[Flask] Upgrade to flask-connexion 2.0.0 (#1382)

Fix #323
This commit is contained in:
Christophe Bornet
2018-11-06 11:37:50 +01:00
committed by William Cheng
parent 30bfebfa16
commit 2184a8a9b4
8 changed files with 22 additions and 8 deletions

View File

@@ -13,7 +13,12 @@ VERSION = "1.0.0"
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
REQUIRES = ["connexion"]
REQUIRES = [
"connexion==2.0.0",
"swagger-ui-bundle==0.0.2",
"python_dateutil==2.6.0",
"typing==3.5.2.2"
]
setup(
name=NAME,