mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 21:47:12 +00:00
committed by
William Cheng
parent
30bfebfa16
commit
2184a8a9b4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user