From cf4b5c82c4225af3c7439f8a03f928162d54a57f Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 7 Aug 2013 19:02:44 -0300 Subject: [PATCH] Updated from global requirements Change-Id: I1687d51bddb873549163dcf488fc40cdd9edcb29 Change-Id: Ic4a43955526fcde313ad2f2afec8fafeb87f37a6 Change-Id: Ic4a43955526fcde313ad2f2afec8fafeb87f37a6 Change-Id: Ic4a43955526fcde313ad2f2afec8fafeb87f37a6 Change-Id: If137689e5b9008c51cea16d41e648f0df490a247 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4abbae6d..a7bdcf31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pbr>=0.5.16,<0.6 +pbr>=0.5.21,<1.0 argparse httplib2 iso8601>=0.1.4 diff --git a/setup.py b/setup.py index 15f4e9d5..2a0786a8 100755 --- a/setup.py +++ b/setup.py @@ -18,5 +18,5 @@ import setuptools setuptools.setup( - setup_requires=['pbr>=0.5.20'], + setup_requires=['pbr>=0.5.21,<1.0'], pbr=True)