Updated from global requirements
Change-Id: I72af7a36f2c3ba206be06fa35323386801e6ff81
This commit is contained in:
parent
cedce339a0
commit
579a065c0d
@ -16,8 +16,8 @@ SQLAlchemy>=0.9.7,<=0.9.99
|
||||
sqlalchemy-migrate>=0.9.5
|
||||
passlib
|
||||
iso8601>=0.1.9
|
||||
python-keystoneclient>=1.1.0
|
||||
keystonemiddleware>=1.5.0
|
||||
python-keystoneclient>=1.1.0,<1.4.0
|
||||
keystonemiddleware>=1.5.0,<1.6.0
|
||||
oslo.concurrency>=1.8.0,<1.9.0 # Apache-2.0
|
||||
oslo.config>=1.9.3,<1.10.0 # Apache-2.0
|
||||
# oslo.messaging tries to pull in eventlet
|
||||
|
@ -16,8 +16,8 @@ SQLAlchemy>=0.9.7,<=0.9.99
|
||||
sqlalchemy-migrate>=0.9.5
|
||||
passlib
|
||||
iso8601>=0.1.9
|
||||
python-keystoneclient>=1.1.0
|
||||
keystonemiddleware>=1.5.0
|
||||
python-keystoneclient>=1.1.0,<1.4.0
|
||||
keystonemiddleware>=1.5.0,<1.6.0
|
||||
oslo.concurrency>=1.8.0,<1.9.0 # Apache-2.0
|
||||
oslo.config>=1.9.3,<1.10.0 # Apache-2.0
|
||||
oslo.messaging>=1.8.0,<1.9.0 # Apache-2.0
|
||||
@ -32,6 +32,6 @@ oauthlib>=0.6
|
||||
pysaml2
|
||||
dogpile.cache>=0.5.3
|
||||
jsonschema>=2.0.0,<3.0.0
|
||||
pycadf>=0.8.0
|
||||
pycadf>=0.8.0,<0.9.0
|
||||
posix_ipc
|
||||
msgpack-python>=0.4.0
|
||||
|
@ -14,7 +14,7 @@ bashate>=0.2 # Apache-2.0
|
||||
# python-memcached>=1.48
|
||||
|
||||
# Optional dogpile backend: MongoDB
|
||||
pymongo>=2.6.3
|
||||
pymongo>=2.6.3,<3.0
|
||||
|
||||
# Optional backend: LDAP
|
||||
# python-ldap does not install on py3
|
||||
|
@ -12,7 +12,7 @@ pysqlite
|
||||
python-memcached>=1.48
|
||||
|
||||
# Optional dogpile backend: MongoDB
|
||||
pymongo>=2.6.3
|
||||
pymongo>=2.6.3,<3.0
|
||||
|
||||
# Optional backend: LDAP
|
||||
# authenticate against an existing LDAP server
|
||||
|
Loading…
Reference in New Issue
Block a user