Updated from global requirements
Change-Id: I679cb08d75a5467583daa24d56f45556c0a7391e
This commit is contained in:
parent
2cac45f1ce
commit
a7cb59f28b
@ -11,7 +11,7 @@ iso8601>=0.1.9
|
|||||||
keystonemiddleware>=1.5.0
|
keystonemiddleware>=1.5.0
|
||||||
msgpack-python>=0.4.0
|
msgpack-python>=0.4.0
|
||||||
posix_ipc
|
posix_ipc
|
||||||
pymongo>=2.6.3
|
pymongo>=2.6.3,<3.0
|
||||||
# python-memcached has no Py3k support for now
|
# python-memcached has no Py3k support for now
|
||||||
# python-memcached>=1.48
|
# python-memcached>=1.48
|
||||||
WebOb>=1.2.3
|
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
|
oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
|
||||||
SQLAlchemy>=0.9.7,<=0.9.99
|
SQLAlchemy>=0.9.7,<=0.9.99
|
||||||
enum34
|
enum34
|
||||||
autobahn>=0.10.1
|
autobahn>=0.10.1 # MIT License
|
||||||
requests>=2.2.0,!=2.4.0
|
requests>=2.2.0,!=2.4.0
|
||||||
taskflow<0.8.0,>=0.7.1
|
taskflow>=0.7.1,<0.8.0
|
||||||
|
@ -22,6 +22,6 @@ oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
|
|||||||
SQLAlchemy>=0.9.7,<=0.9.99
|
SQLAlchemy>=0.9.7,<=0.9.99
|
||||||
enum34
|
enum34
|
||||||
trollius>=1.0
|
trollius>=1.0
|
||||||
autobahn>=0.10.1
|
autobahn>=0.10.1 # MIT License
|
||||||
requests>=2.2.0,!=2.4.0
|
requests>=2.2.0,!=2.4.0
|
||||||
taskflow<0.8.0,>=0.7.1
|
taskflow>=0.7.1,<0.8.0
|
||||||
|
@ -9,7 +9,7 @@ mock>=1.0
|
|||||||
|
|
||||||
# Backends
|
# Backends
|
||||||
redis>=2.10.0
|
redis>=2.10.0
|
||||||
pymongo>=2.6.3
|
pymongo>=2.6.3,<3.0
|
||||||
|
|
||||||
# Unit testing
|
# Unit testing
|
||||||
coverage>=3.6
|
coverage>=3.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user