Updated from global requirements

Change-Id: I1318331dd1b8bae151416b35016e11e7223c34e8
This commit is contained in:
OpenStack Proposal Bot 2017-04-23 20:41:20 +00:00
parent c2d68eab89
commit c21447733a
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ os-client-config>=1.22.0 # Apache-2.0
# client library transitive depends.
# Babel can be removed when ironicclient is removed (because of openstackclient
# transitive depend)
Babel>=2.3.4,!=2.4.0 # BSD
Babel!=2.4.0,>=2.3.4 # BSD
# requests can be removed when designateclient is removed
requests>=2.10.0,!=2.12.2,!=2.13.0 # Apache-2.0
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
requestsexceptions>=1.2.0 # Apache-2.0
six>=1.9.0 # MIT
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD