Fix requirements version for Flask
Since Flask version was globally updated to the latest version, the project's requirements need update too. At the moment this is blocking any other updates to project's requirements as the requirement-check job is failing. Change-Id: I47d0a90a1f7224a3e81896aa94039918403d4f0c
This commit is contained in:
parent
bd18fb6384
commit
55bf794a59
@ -11,7 +11,7 @@ extras==1.0.0
|
||||
fixtures==3.0.0
|
||||
Flask-SQLAlchemy==2.0
|
||||
Flask-RESTful==0.3.5
|
||||
Flask==0.10
|
||||
Flask==1.0.2
|
||||
idna==2.6
|
||||
imagesize==0.7.1
|
||||
iso8601==0.1.11
|
||||
|
@ -3,6 +3,6 @@
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
||||
Flask!=0.11,<1.0,>=0.10 # BSD
|
||||
Flask>=1.0.2 # BSD
|
||||
libvirt-python!=4.1.0,>=3.5.0 # LGPLv2+
|
||||
openstacksdk>=0.11.2 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user