Updated from global requirements

Change-Id: Ifdde7af6b6e3a3e39bbc4ac4e1da1b51a87998c2
This commit is contained in:
OpenStack Proposal Bot 2015-12-15 18:56:13 +00:00
parent eb4a64f16c
commit 10d8593003
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ oslo.messaging!=2.8.0,!=3.1.0,>2.6.1 # Apache-2.0
oslo.middleware>=3.0.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.service>=1.0.0 # Apache-2.0
oslo.utils!=3.1.0,>=2.8.0 # Apache-2.0
oslo.utils>=3.2.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.log>=1.12.0 # Apache-2.0
semantic-version>=2.3.1

View File

@ -17,7 +17,7 @@ testscenarios>=0.4
testtools>=1.4.0
unittest2
pylint==1.4.5 # GNU GPL v2
requests>=2.8.1
requests!=2.9.0,>=2.8.1
# Some of the tests use real MySQL and Postgres databases
PyMySQL>=0.6.2 # MIT License