diff --git a/requirements-py3.txt b/requirements-py3.txt index 1b0ae77630..1c050c0a66 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -17,12 +17,12 @@ iso8601>=0.1.9 python-keystoneclient>=0.9.0 oslo.config>=1.2.1 # oslo.messaging tries to pull in eventlet -# oslo.messaging>=1.3.0a4 +# oslo.messaging>=1.3.0 oslo.db>=0.2.0 Babel>=1.3 oauthlib>=0.6 dogpile.cache>=0.5.3 jsonschema>=2.0.0,<3.0.0 # pycadf tries to pull in eventlet -# pycadf>=0.4.1 +# pycadf>=0.5.1 posix_ipc diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt index fc44edd254..54a4c110b6 100644 --- a/test-requirements-py3.txt +++ b/test-requirements-py3.txt @@ -1,4 +1,5 @@ hacking>=0.8.0,<0.9 +bash8 # pysqlite does not install on py3 # Optional backend: SQL @@ -11,6 +12,7 @@ hacking>=0.8.0,<0.9 # Optional dogpile backend: MongoDB pymongo>=2.5 +# Optional backend: LDAP # python-ldap does not install on py3 # authenticate against an existing LDAP server # python-ldap==2.3.13