Updated from global requirements

Change-Id: I8f336b038c88134fd3079069d845e2d1a523ba4b
This commit is contained in:
OpenStack Proposal Bot 2016-04-10 18:28:25 +00:00
parent 519987f22b
commit 1937b500c4
2 changed files with 4 additions and 4 deletions

View File

@ -23,8 +23,8 @@ pytz>=2013.6 # MIT
PyYAML>=3.1.0 # MIT
qpid-python;python_version=='2.7' # Apache-2.0
requests!=2.9.0,>=2.8.1 # Apache-2.0
Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7' # MIT
Routes!=2.0,>=1.12.3;python_version!='2.7' # MIT
Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT
Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT
six>=1.9.0 # MIT
SQLAlchemy<1.1.0,>=1.0.10 # MIT
sqlalchemy-migrate>=0.9.6 # Apache-2.0

View File

@ -5,7 +5,7 @@
# Hacking already pins down pep8, pyflakes and flake8
coverage>=3.6 # Apache-2.0
discover # BSD
flake8<2.6.0,>2.4.1 # MIT
flake8<2.6.0,>=2.5.4 # MIT
hacking<0.11,>=0.10.2
mock>=1.2 # BSD
mox>=0.5.3 # Apache-2.0
@ -14,7 +14,7 @@ openstackdocstheme>=1.0.3 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
os-testr>=0.4.1 # Apache-2.0
PyMySQL>=0.6.2 # MIT License
tempest>=10.0.0 # Apache-2.0
tempest>=11.0.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT