Updated from global requirements

Change-Id: Idd270a718ca25246206d133e8697fc14a4a43637
This commit is contained in:
OpenStack Proposal Bot 2016-02-19 22:17:24 +00:00
parent 7305fc5af0
commit 6bc1f01fcc
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ cachetools>=1.0.0 # MIT License
# FIXME(markmc): remove this when the drivers no longer
# import eventlet
eventlet>=0.18.2 # MIT
eventlet!=0.18.3,>=0.18.2 # MIT
greenlet>=0.3.2 # MIT
WebOb>=1.2.3 # MIT

View File

@ -23,7 +23,7 @@ retrying!=1.3.0,>=1.2.3 # Apache-2.0
pyzmq>=14.3.1 # LGPL+BSD
# for test_impl_kafka
kafka-python>=0.9.2 # Apache-2.0
kafka-python<1.0.0,>=0.9.5 # Apache-2.0
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]