Updated from global requirements

Change-Id: Ieeeed33d76ce4aeccede30aaaaa7a785da7530a3
This commit is contained in:
OpenStack Proposal Bot 2017-05-20 04:35:18 +00:00
parent 70d51c7c5c
commit cfc2f92780
2 changed files with 4 additions and 5 deletions

View File

@ -6,10 +6,9 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
# < 0.8.0/0.8 does not work, see https://bugs.launchpad.net/bugs/1153983
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
eventlet!=0.18.3,>=0.18.2 # MIT
eventlet!=0.18.3,<0.21.0,>=0.18.2 # MIT
PasteDeploy>=1.5.0 # 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
Routes>=2.3.1 # MIT
WebOb>=1.7.1 # MIT
sqlalchemy-migrate>=0.9.6 # Apache-2.0
sqlparse>=0.2.2 # BSD

View File

@ -10,10 +10,10 @@ Babel!=2.4.0,>=2.3.4 # BSD
# Needed for testing
bandit>=1.1.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0 # BSD
sphinx>=1.5.1 # BSD
sphinx!=1.6.1,>=1.5.1 # BSD
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=0.2.4 # Apache-2.0/BSD