From a7710f668f5c8219a3ec473d563c3005a9233d1c Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Sun, 9 Feb 2014 23:05:52 +0400 Subject: [PATCH] Sync with global requirements There are still some problems with requirements updates proposal script, so, syncing requirements manually. * bump pbr to >=0.6,<1.0 * bump python-keystoneclient to >=0.5.0 Change-Id: Id87a67c2d1d96da68f3eb12db1c2a310f0cad9b9 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cfa32bbb..86d55a98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Babel>=1.3 -pbr>=0.5.21,<1.0 +pbr>=0.6,<1.0 netaddr>=0.7.6 -python-keystoneclient>=0.4.2 +python-keystoneclient>=0.5.0 requests>=1.1 six>=1.4.1