From 554c95e77c44cbfa654e0783faed962b97543ce5 Mon Sep 17 00:00:00 2001 From: TimurNurlygayanov Date: Tue, 4 Mar 2014 17:26:10 +0400 Subject: [PATCH] Fixed issue with requirements Change-Id: Idd8f3ebb8661db87a4323061a1c14e2258373480 Closes-Bug: #1287705 --- requirements.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index d178d63..3c1a99c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,9 @@ -pbr>=0.5.21,<1.0 +pbr>=0.6,<1.0 argparse -PrettyTable>=0.6,<0.8 -python-keystoneclient>=0.3.2 -httplib2 +PrettyTable>=0.7,<0.8 +python-keystoneclient>=0.6.0 +httplib2>=0.7.5 iso8601>=0.1.8 -six>=1.4.1 +six>=1.5.2 Babel>=1.3 -pyOpenSSL - +pyOpenSSL>=0.11