Updated from global requirements

Change-Id: I4a4eb822ac19c8c17e8a8b56dff2b8efc9770d1e
This commit is contained in:
OpenStack Proposal Bot 2016-04-29 23:24:53 +00:00
parent 4cfec0d49b
commit 0559aed9bf
2 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,8 @@ pbr>=1.6 # Apache-2.0
SQLAlchemy<1.1.0,>=1.0.10 # MIT
eventlet!=0.18.3,>=0.18.2 # MIT
PasteDeploy>=1.5.0 # MIT
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
WebOb>=1.2.3 # MIT
sqlalchemy-migrate>=0.9.6 # Apache-2.0
httplib2>=0.7.5 # MIT
@ -55,7 +55,7 @@ glance-store>=0.13.0 # Apache-2.0
semantic-version>=2.3.1 # BSD
castellan>=0.3.1 # Apache-2.0
cryptography>=1.0 # BSD/Apache-2.0
cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0
debtcollector>=1.2.0 # Apache-2.0
# timeutils

View File

@ -6,7 +6,7 @@
hacking<0.11,>=0.10.0
# For translations processing
Babel>=1.3 # BSD
Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
# Needed for testing
bandit>=0.17.3 # Apache-2.0