7787fefa30
hacking 3.0.x is too old. This also removes the note about old behavior of pip which has been changed in recent versions. Notes: - A few errors newly detected are also fixed. - This also fixes the compatibility with flake8 >= 3.0 because flake8 is also bumped when we bump hacking. Change-Id: I7fa87ed77bb39945ee5464692b7ef3d25c046127
15 lines
555 B
Plaintext
15 lines
555 B
Plaintext
# Requirements lower bounds listed here are our best effort to keep them up to
|
|
# date but we do not test them so no guarantee of having them all correct. If
|
|
# you find any incorrect lower bounds, let us know or propose a fix.
|
|
|
|
cliff!=2.9.0,>=2.8.0 # Apache-2.0
|
|
jsonschema>=3.2.0 # MIT
|
|
osc-lib>=1.8.0 # Apache-2.0
|
|
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
keystoneauth1>=3.4.0 # Apache-2.0
|
|
requests>=2.14.2 # Apache-2.0
|
|
stevedore>=1.20.0 # Apache-2.0
|
|
debtcollector>=1.2.0 # Apache-2.0
|