a0a87f282d
Remove cap on requests as it has been resolved in openstack/requirements by https://review.openstack.org/381780 Change-Id: I26892f32920751b8849b449941923a3dd75ae435
19 lines
663 B
Plaintext
19 lines
663 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>=1.6 # Apache-2.0
|
|
|
|
cliff>=2.2.0 # Apache-2.0
|
|
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
|
|
docker-py<1.8.0,>=1.6.0 # Apache-2.0
|
|
GitPython>=1.0.1 # BSD License (3 clause)
|
|
Jinja2>=2.8 # BSD License (3 clause)
|
|
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
|
|
PyYAML>=3.10.0 # MIT
|
|
six>=1.9.0 # MIT
|
|
keystoneauth1>=2.10.0 # Apache-2.0
|
|
pykube # Apache-2.0
|
|
python-neutronclient>=5.1.0 # Apache-2.0
|
|
python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
|