Merge "Uncap the version of Flask"

This commit is contained in:
Zuul 2018-07-17 02:15:24 +00:00 committed by Gerrit Code Review
commit e0d6cebec6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
Babel!=2.4.0,>=2.3.4 # BSD
Flask!=0.11,<1.0,>=0.10 # BSD
Flask!=0.11,>=0.10 # BSD
ipaddress>=1.0.17;python_version<'3.3' # PSF
jsonschema<3.0.0,>=2.6.0 # MIT
kuryr-lib>=0.5.0 # Apache-2.0