Recent pip no longer requires specific order and can resolve dependencies automatically. Also add a note to explain that lower bounds of requirements are no longer tested and these are now maintained on best-effort-basis. Change-Id: I8287f379cb8d17254df8064af69279fe3361e7a4
11 lines
430 B
Plaintext
11 lines
430 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.
|
|
pbr>=5.5.0 # Apache-2.0
|
|
PrettyTable>=0.7.2 # BSD
|
|
keystoneauth1>=5.0.0 # Apache-2.0
|
|
oslo.i18n>=5.0.1 # Apache-2.0
|
|
oslo.utils>=4.8.0 # Apache-2.0
|
|
requests>=2.25.1 # Apache-2.0
|
|
stevedore>=3.3.0 # Apache-2.0
|