2014-09-11 00:32:29 +00: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:56 +00:00
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
2020-09-09 17:28:18 -05:00
|
|
|
PyYAML>=3.13 # MIT
|
2017-10-04 13:06:22 -05:00
|
|
|
appdirs>=1.3.0 # MIT License
|
|
|
|
requestsexceptions>=1.2.0 # Apache-2.0
|
2017-12-05 16:53:32 +00:00
|
|
|
jsonpatch!=1.20,>=1.16 # BSD
|
2019-06-06 12:46:25 -05:00
|
|
|
os-service-types>=1.7.0 # Apache-2.0
|
2019-10-04 18:18:15 +02:00
|
|
|
keystoneauth1>=3.18.0 # Apache-2.0
|
2017-10-04 13:06:22 -05:00
|
|
|
|
2020-01-09 19:51:04 +09:00
|
|
|
decorator>=4.4.1 # BSD
|
2017-10-04 13:06:22 -05:00
|
|
|
jmespath>=0.9.0 # MIT
|
|
|
|
iso8601>=0.1.11 # MIT
|
|
|
|
netifaces>=0.10.4 # MIT
|
|
|
|
|
2019-10-28 15:16:46 +01:00
|
|
|
dogpile.cache>=0.6.5 # BSD
|
2020-09-09 17:28:18 -05:00
|
|
|
cryptography>=2.7 # BSD/Apache-2.0
|
2020-07-04 14:26:31 -04:00
|
|
|
|
|
|
|
importlib_metadata>=1.7.0;python_version<'3.8' # Apache-2.0
|