Updated from global requirements

Change-Id: Ic193b984dbd3962796b73a3c2a7f2b6a0e290b59
This commit is contained in:
OpenStack Proposal Bot 2016-10-27 12:21:56 +00:00
parent 661c764a37
commit 78ca8b313c
2 changed files with 4 additions and 4 deletions

View File

@ -4,12 +4,12 @@
astroid<1.4.0 # LGPLv2.1 # breaks pylint 1.4.4
setuptools!=24.0.0,>=16.0 # PSF/ZPL
pbr>=1.6 # Apache-2.0
python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0
python-keystoneclient>=3.6.0 # Apache-2.0
cliff>=2.2.0 # Apache-2.0
oslo.utils>=3.16.0 # Apache-2.0
oslo.utils>=3.17.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
oslo.config>=3.14.0 # Apache-2.0
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
six>=1.9.0 # MIT

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
flake8<2.6.0,>=2.5.4 # MIT
hacking<0.11,>=0.10.2
coverage>=3.6 # Apache-2.0
coverage>=4.0 # Apache-2.0
mock>=2.0 # BSD
pylint==1.4.5 # GPLv2
python-subunit>=0.0.18 # Apache-2.0/BSD