d11da170b5
The pypi package 'docker-py' [1] has been renamed to 'docker' [2]. We need to move to the new 'docker' package in order to leverage the up-to-date features. NOTE: In order to pass the gate, the OSC tests were temporarily disabled. Those tess will be re-enabled once both server and client finish the upgrade. [1] https://pypi.python.org/pypi/docker-py [2] https://pypi.python.org/pypi/docker [3] https://review.openstack.org/#/c/423715/ Change-Id: I9346112d8a495bc6b304647377f8da47017cc869 Partial-Implements: blueprint adopt-docker-py-2.0-api
14 lines
521 B
Plaintext
14 lines
521 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
|
|
PrettyTable<0.8,>=0.7.1 # BSD
|
|
python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0
|
|
keystoneauth1>=2.21.0 # Apache-2.0
|
|
osc-lib>=1.5.1 # Apache-2.0
|
|
oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
|
|
oslo.utils>=3.20.0 # Apache-2.0
|
|
websocket-client>=0.32.0 # LGPLv2+
|
|
docker>=2.0.0 # Apache-2.0
|