
It is no longer directly used by any test code in this repository since
we switched to stestr[1].
It is now installed as a dependency of stestr.
Also remove the note about behavior of old pip, because recent pip can
resolve dependencies without requiring a specific order.
[1] 22e10bc884
Change-Id: I14c166abd63ded5c63275e6e536286d62fda4f12
14 lines
553 B
Plaintext
14 lines
553 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
|
|
keystoneauth1>=3.18.0 # Apache-2.0
|
|
python-neutronclient>=6.7.0 # Apache-2.0
|
|
python-openstackclient>=3.12.0 # Apache-2.0
|
|
osc-lib>=1.14.1 # 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
|
|
requests>=2.14.2 # Apache-2.0
|