From b3846ba90851976a4ddc1c71bb89f2c883500358 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 17 Sep 2015 12:15:32 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I6b212eff61ed51f24f5f716e4c776f3cc6e339de --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a5c0404359..f8c023aa60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. alembic>=0.8.0 pecan>=1.0.0 -pbr<2.0,>=1.6 +pbr>=1.6 SQLAlchemy<1.1.0,>=0.9.9 anyjson>=0.3.3 Babel>=1.3 diff --git a/setup.py b/setup.py index d8080d05c8..782bb21f06 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr>=1.3'], + setup_requires=['pbr>=1.8'], pbr=True)