55bf794a59
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
9 lines
337 B
Plaintext
9 lines
337 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
Flask>=1.0.2 # BSD
|
|
libvirt-python!=4.1.0,>=3.5.0 # LGPLv2+
|
|
openstacksdk>=0.11.2 # Apache-2.0
|