Python: Flask: Fix: Update setup.py to match requirements.txt (#4205)

* Python: Flask: Fix: Update setup.py to match requirements.txt

* Regenerate samples python-flask & python-flask-python2
This commit is contained in:
Guillaume SMAHA
2019-10-21 20:57:54 -04:00
committed by William Cheng
parent a38527d8b6
commit 5d7bb17cc6
18 changed files with 66 additions and 54 deletions

View File

@@ -14,10 +14,10 @@ VERSION = "1.0.0"
# http://pypi.python.org/pypi/setuptools
REQUIRES = [
"connexion==2.0.0",
"swagger-ui-bundle==0.0.2",
"python_dateutil==2.6.0",
"typing==3.5.2.2"
"connexion>=2.0.2",
"swagger-ui-bundle>=0.0.2",
"python_dateutil>=2.6.0",
"typing>=3.5.2.2"
]
setup(