forked from loafle/openapi-generator-original
parent
30bfebfa16
commit
2184a8a9b4
@ -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}}
|
||||||
|
@ -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,
|
||||||
|
@ -1 +1 @@
|
|||||||
3.3.1-SNAPSHOT
|
3.3.2-SNAPSHOT
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
@ -1 +1 @@
|
|||||||
3.3.1-SNAPSHOT
|
3.3.2-SNAPSHOT
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user