Uncap the version of Flask

The version of Flask is uncap in global requirements [1].
This patch makes kuryr-libnetwork follow.

[1] http://git.openstack.org/cgit/openstack/requirements/commit/
    ?id=cb6c00c01f82537a38bd0c5a560183735cefe2f9

Change-Id: I7d22eaf85d3683378e527b0e2b06b6f217fc3a15
This commit is contained in:
Hongbin Lu 2018-07-15 19:12:09 +00:00
parent 59f258a4ad
commit dd52f8ca4e
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