Bump Flask version according requirements

The mimimum requirement of Flask was recently bumped to 1.0.2
(https://review.openstack.org/#/c/577534/) which means that
the requirements-check job used for the sahara gate
is failing with a requirement mismatch errors.

Change-Id: I0fc7e3e8a847917be0877f71128a603d258a85ea
This commit is contained in:
Luigi Toscano 2018-06-25 23:59:42 +02:00
parent 9e0fce89df
commit 446a817a20
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Babel!=2.4.0,>=2.3.4 # BSD
botocore>=1.5.1 # Apache-2.0
castellan>=0.16.0 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
Flask!=0.11,<1.0,>=0.10 # BSD
Flask>=1.0.2 # BSD
iso8601>=0.1.11 # MIT
Jinja2>=2.10 # BSD License (3 clause)
jsonschema<3.0.0,>=2.6.0 # MIT