405ccdada2
Updates the minimum version of Ansible from 2.4 to 2.5, and the maximum supported version from 2.6 to 2.7. Change-Id: If8071a9b5c85e5e69fbb333e91c84d10c20d80f3 Story: 2006143 Task: 35639
13 lines
534 B
Plaintext
13 lines
534 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.0 # Apache-2.0
|
|
ansible>=2.5.0,<2.8.0 # GPLv3
|
|
cliff>=2.5.0,<2.15.0 # Apache
|
|
netaddr!=0.7.16,>=0.7.13 # BSD
|
|
# paramiko 2.5.0 makes the kayobe-tox-molecule job fail.
|
|
paramiko<2.5.0
|
|
PyYAML>=3.10.0 # MIT
|
|
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,>=16.0 # PSF/ZPL
|