3f10f70840
These are executed on the local host where we run ansible-playbook, and we have agreed to drop Python 2 support there. Partially Implements: blueprint drop-py2-support Change-Id: Id2190c3a22a56f4f048afbf0f7200daa8f41a292
14 lines
606 B
Plaintext
14 lines
606 B
Plaintext
# 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.
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
docker>=2.4.2 # Apache-2.0
|
|
Jinja2>=2.10 # BSD License (3 clause)
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
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
|
|
netaddr>=0.7.18 # BSD
|
|
cryptography>=2.1 # BSD/Apache-2.0
|
|
jmespath>=0.9.3 # MIT
|