
It is no longer directly used by any test code in this repository. 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. Change-Id: Iad3714802c9afb63df3360c4e400ae6dcb2bc87b
20 lines
683 B
Plaintext
20 lines
683 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.
|
|
|
|
keystoneauth1>=3.14.0 # Apache-2.0
|
|
netaddr>=0.7.18 # BSD
|
|
neutron-lib>=3.8.0 # Apache-2.0
|
|
openstacksdk>=0.103.0 # Apache-2.0
|
|
oslo.config>=8.0.0 # Apache-2.0
|
|
oslo.log>=4.3.0 # Apache-2.0
|
|
oslo.messaging>=12.4.0 # Apache-2.0
|
|
oslo.serialization>=2.28.1 # Apache-2.0
|
|
oslo.utils>=4.5.0 # Apache-2.0
|
|
ovs>=2.10.0 # Apache-2.0
|
|
ovsdbapp>=2.1.0 # Apache-2.0
|
|
pbr>=4.0.0 # Apache-2.0
|
|
SQLAlchemy>=1.4.23 # MIT
|
|
tenacity>=6.0.0 # Apache-2.0
|
|
octavia-lib>=2.2.0 # Apache-2.0
|