2015-11-13 17:11:37 +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-15 17:43:22 +00:00
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
2017-09-06 03:22:47 +00:00
|
|
|
docker>=2.4.2 # Apache-2.0
|
2018-03-06 12:48:47 +00:00
|
|
|
Jinja2>=2.10 # BSD License (3 clause)
|
2017-11-16 11:07:43 +00:00
|
|
|
six>=1.10.0 # MIT
|
2018-03-14 05:34:06 +00:00
|
|
|
oslo.config>=5.2.0 # Apache-2.0
|
2017-12-19 01:20:45 +00:00
|
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
2018-03-06 12:48:47 +00:00
|
|
|
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 # PSF/ZPL
|
|
|
|
PyYAML>=3.12 # MIT
|
2017-09-12 14:02:52 +00:00
|
|
|
netaddr>=0.7.18 # BSD
|
2018-03-17 08:35:39 +00:00
|
|
|
cryptography>=2.1 # BSD/Apache-2.0
|
2018-11-20 14:21:18 +00:00
|
|
|
jmespath>=0.9.3 # MIT
|