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-17 17:14:08 +00:00
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
2017-09-06 03:06:32 +00:00
|
|
|
docker>=2.4.2 # Apache-2.0
|
2018-04-12 12:24:34 +05:30
|
|
|
cryptography>=1.9 # BSD/Apache-2.0
|
|
|
|
Jinja2>=2.8 # BSD License (3 clause)
|
2015-08-25 13:30:30 +03:00
|
|
|
GitPython>=1.0.1 # BSD License (3 clause)
|
2017-11-29 08:58:49 +00:00
|
|
|
six>=1.10.0 # MIT
|
|
|
|
oslo.config>=5.1.0 # Apache-2.0
|
2017-12-19 01:20:33 +00:00
|
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
2017-07-16 21:22:23 +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,>=16.0 # PSF/ZPL
|
2017-09-11 21:38:17 +00:00
|
|
|
netaddr>=0.7.18 # BSD
|