Updated from global requirements

Change-Id: Ibe9f30a66fdbdce1087388085da228f01d1d12f6
This commit is contained in:
OpenStack Proposal Bot 2016-04-29 23:25:52 +00:00
parent 6859d41b4a
commit 70ad54fdbd
2 changed files with 4 additions and 4 deletions

View File

@ -8,9 +8,9 @@ eventlet!=0.18.3,>=0.18.2 # MIT
greenlet>=0.3.2 # MIT
PasteDeploy>=1.5.0 # MIT
Paste # 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
cryptography>=1.0 # BSD/Apache-2.0
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
cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0
six>=1.9.0 # MIT
SQLAlchemy<1.1.0,>=1.0.10 # MIT
sqlalchemy-migrate>=0.9.6 # Apache-2.0

View File

@ -11,7 +11,7 @@ os-testr>=0.4.1 # Apache-2.0
# computes code coverage percentages
coverage>=3.6 # Apache-2.0
# fixture stubbing
fixtures>=1.3.1 # Apache-2.0/BSD
fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
# xml parsing
lxml>=2.3 # BSD
# mock object framework