From 2fe19d55012a07f512231bad2199cd22324f8b1b Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sat, 29 Jul 2017 21:18:56 -0500 Subject: [PATCH] update pbr to remove the cap This matches the rest of openstack and ensures co-installability. Change-Id: I2febfee7e41a4fb8696f71abb1859673d6b24544 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 848f6fc..f3ec685 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pbr>=0.11,<2.0 +pbr>=0.11 urwid>=1.2.1,!=1.3.0 SQLAlchemy>=1.0.4