From 428005ca56c6a3e4bb1f7b8bda02f16a1bdd9313 Mon Sep 17 00:00:00 2001 From: pinodeca Date: Wed, 20 Dec 2017 17:33:29 +0000 Subject: [PATCH] Fixed requirements file. --- requirements.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92d6369..d52b2ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr>=2.0 # Apache-2.0 +pbr>=3.1.1 # Apache-2.0 sshpubkeys>=2.2.0 pycrypto>=2.6.1 falcon>=1.3.0 @@ -14,3 +14,11 @@ keystoneauth1>=2.7.0 # Apache-2.0 keystonemiddleware>=4.12.0 # Apache-2.0 oslo.messaging>=5.34.0 # Apache-2.0 oslo.log>=3.34.0 +pyramid>=1.9.1 # BSD-derived (http://www.repoze.org/LICENSE.txt) +Paste # MIT +dogpile.cache +python-memcached +oslo_concurrency +eventlet +vine +python-designateclient