2022-04-30 17:05:53 -05:00
|
|
|
# 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.
|
|
|
|
|
2014-11-18 14:55:41 -07:00
|
|
|
# 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.
|
2017-04-12 04:21:21 +00:00
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
2015-11-07 09:29:23 -05:00
|
|
|
|
2018-07-24 15:21:16 +07:00
|
|
|
keystoneauth1>=3.4.0 # Apache-2.0
|
2017-03-03 22:58:41 +00:00
|
|
|
stevedore>=1.20.0 # Apache-2.0
|
2017-06-10 21:48:12 +00:00
|
|
|
requests>=2.14.2 # Apache-2.0
|
2017-09-28 02:13:44 +00:00
|
|
|
oslo.i18n>=3.15.3 # Apache-2.0
|
2018-01-18 03:28:43 +00:00
|
|
|
oslo.log>=3.36.0 # Apache-2.0
|
2017-09-28 02:13:44 +00:00
|
|
|
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
2017-12-21 00:43:24 +00:00
|
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
2017-07-23 13:52:01 +00:00
|
|
|
os-client-config>=1.28.0 # Apache-2.0
|
2017-12-21 00:43:24 +00:00
|
|
|
osc-lib>=1.8.0 # Apache-2.0
|
2021-02-23 16:01:21 +01:00
|
|
|
PrettyTable>=0.7.2 # BSD
|
2020-09-06 17:19:02 +05:30
|
|
|
cryptography>=3.0 # BSD/Apache-2.0
|
2016-08-10 13:43:09 -07:00
|
|
|
decorator>=3.4.0 # BSD
|