Updated from global requirements

Change-Id: Ie24c528938e892136cf46151d27cbbfa6711fcd4
This commit is contained in:
OpenStack Proposal Bot 2017-02-17 18:04:03 +00:00
parent 1a7ab759ba
commit d4da5911cd
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ testtools>=1.4.0 # MIT
testscenarios>=0.4 # Apache-2.0/BSD
# Used for testing the WBE engine.
kombu>=3.0.25 # BSD
kombu!=4.0.0,!=4.0.1,>=3.0.25 # BSD
# Used for doc style checking
doc8 # Apache-2.0
@ -26,7 +26,7 @@ SQLAlchemy<1.1.0,>=1.0.10 # MIT
alembic>=0.8.0 # MIT
psycopg2>=2.5 # LGPL/ZPL
sqlalchemy-utils # BSD License
PyMySQL>=0.6.2 # MIT License
PyMySQL!=0.7.7,>=0.6.2 # MIT License
# Used for making sure we still work with eventlet.
eventlet!=0.18.3,>=0.18.2 # MIT