From f68b16ab5cf1e463b1f0c5f873147b2504bb862d Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 6 Jul 2018 14:27:15 -0400 Subject: [PATCH] uncap pbr Having pbr capped causes conflicts when we install python-storyboardclient with projects that do not have it capped. Change-Id: I31d00f939297c320b76a75ac116b5ef62010a420 Signed-off-by: Doug Hellmann --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e03c393..cd69aae 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>=0.6,!=0.7,<1.0 +pbr>=0.6,!=0.7 Babel>=1.3 oslo.config>=1.4.0