Updated from global-requirements

Remove cap on requests as it has been resolved in openstack/requirements
by https://review.openstack.org/381780

Change-Id: I26892f32920751b8849b449941923a3dd75ae435
This commit is contained in:
Yuriy Taraday 2016-10-05 12:29:45 +03:00
parent 5a9f70b83f
commit a0a87f282d
2 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1 @@
# Pin versions of packages that behave badly only for us
requests===2.10.0

View File

@ -6,7 +6,7 @@ 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
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