dba696be89
1. MIN_DOCKER_VERSION should be keep consistence with kolla-ansible[1] 2. Bump paramiko version to latest to fix some depracated warnings [1]: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/prechecks/vars/main.yml#L2 Change-Id: I8ebd752935cb94bdf249e198c734b6d909786883
14 lines
441 B
Plaintext
14 lines
441 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.
|
|
|
|
Babel>=2.5.3 # BSD
|
|
cliff>=2.11.0 # Apache-2.0
|
|
cliff-tablib>=2.0 # Apache-2.0
|
|
jsonpickle>=0.9 # BSD
|
|
oslo.i18n>=3.20.0 # Apache-2.0
|
|
paramiko>=2.6.0 # LGPL
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
six>=1.10.0 # MIT
|
|
docker>=2.4.2 # Apache-2.0
|