Updated from global requirements

Change-Id: I679cb08d75a5467583daa24d56f45556c0a7391e
This commit is contained in:
OpenStack Proposal Bot 2015-04-09 16:26:21 +00:00
parent 2cac45f1ce
commit a7cb59f28b
3 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ iso8601>=0.1.9
keystonemiddleware>=1.5.0
msgpack-python>=0.4.0
posix_ipc
pymongo>=2.6.3
pymongo>=2.6.3,<3.0
# python-memcached has no Py3k support for now
# python-memcached>=1.48
WebOb>=1.2.3
@ -22,6 +22,6 @@ oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
SQLAlchemy>=0.9.7,<=0.9.99
enum34
autobahn>=0.10.1
autobahn>=0.10.1 # MIT License
requests>=2.2.0,!=2.4.0
taskflow<0.8.0,>=0.7.1
taskflow>=0.7.1,<0.8.0

View File

@ -22,6 +22,6 @@ oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
SQLAlchemy>=0.9.7,<=0.9.99
enum34
trollius>=1.0
autobahn>=0.10.1
autobahn>=0.10.1 # MIT License
requests>=2.2.0,!=2.4.0
taskflow<0.8.0,>=0.7.1
taskflow>=0.7.1,<0.8.0

View File

@ -9,7 +9,7 @@ mock>=1.0
# Backends
redis>=2.10.0
pymongo>=2.6.3
pymongo>=2.6.3,<3.0
# Unit testing
coverage>=3.6