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
|
2018-03-04 10:27:18 +00:00
|
|
|
PyYAML>=3.12 # MIT
|
2017-10-04 18:06:22 +00: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
|
2017-11-16 11:26:05 +00:00
|
|
|
six>=1.10.0 # MIT
|
2018-03-04 10:27:18 +00:00
|
|
|
os-service-types>=1.2.0 # Apache-2.0
|
2019-03-02 08:04:45 +00:00
|
|
|
keystoneauth1>=3.13.0 # Apache-2.0
|
2017-10-04 18:06:22 +00:00
|
|
|
|
|
|
|
munch>=2.1.0 # MIT
|
|
|
|
decorator>=3.4.0 # BSD
|
|
|
|
jmespath>=0.9.0 # MIT
|
2018-03-04 10:27:18 +00:00
|
|
|
ipaddress>=1.0.17;python_version<'3.3' # PSF
|
2017-10-04 20:05:06 +00:00
|
|
|
futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD
|
2017-10-04 18:06:22 +00:00
|
|
|
iso8601>=0.1.11 # MIT
|
|
|
|
netifaces>=0.10.4 # MIT
|
|
|
|
|
2018-12-18 02:30:28 +00:00
|
|
|
dogpile.cache>=0.6.2 # BSD
|
2018-07-04 07:56:11 +00:00
|
|
|
cryptography>=2.1 # BSD/Apache-2.0
|