[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

@ -1,4 +1,4 @@
connexion == 2.0.0rc3 connexion == 2.0.0
swagger-ui-bundle == 0.0.2 swagger-ui-bundle == 0.0.2
python_dateutil == 2.6.0 python_dateutil == 2.6.0
{{#supportPython2}} {{#supportPython2}}

View File

@ -13,7 +13,12 @@ VERSION = "{{packageVersion}}"
# prerequisite: setuptools # prerequisite: setuptools
# http://pypi.python.org/pypi/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"{{#supportPython2}},
"typing==3.5.2.2"{{/supportPython2}}
]
setup( setup(
name=NAME, name=NAME,

View File

@ -1 +1 @@
3.3.1-SNAPSHOT 3.3.2-SNAPSHOT

View File

@ -1,4 +1,4 @@
connexion == 2.0.0rc3 connexion == 2.0.0
swagger-ui-bundle == 0.0.2 swagger-ui-bundle == 0.0.2
python_dateutil == 2.6.0 python_dateutil == 2.6.0
typing == 3.5.2.2 typing == 3.5.2.2

View File

@ -13,7 +13,12 @@ VERSION = "1.0.0"
# prerequisite: setuptools # prerequisite: setuptools
# http://pypi.python.org/pypi/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( setup(
name=NAME, name=NAME,

View File

@ -1 +1 @@
3.3.1-SNAPSHOT 3.3.2-SNAPSHOT

View File

@ -1,4 +1,4 @@
connexion == 2.0.0rc3 connexion == 2.0.0
swagger-ui-bundle == 0.0.2 swagger-ui-bundle == 0.0.2
python_dateutil == 2.6.0 python_dateutil == 2.6.0
setuptools >= 21.0.0 setuptools >= 21.0.0

View File

@ -13,7 +13,11 @@ VERSION = "1.0.0"
# prerequisite: setuptools # prerequisite: setuptools
# http://pypi.python.org/pypi/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"
]
setup( setup(
name=NAME, name=NAME,