From 46155d86a3151ef8ce6402b078186e56fc5549df Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 27 May 2015 09:12:48 -0700 Subject: [PATCH] Update PBR requirement to >=0.11 0.11 has a fix for an alembic migration problem that has plagued Gertty early adopters. 1.0 is out as well and will work, so it is safe to set the semver cap at 2.0. Change-Id: I5426fabcfa79e32a9bc1c2c91f10d4f20ff7b913 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b8591cb..1c5aa04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pbr>=0.6,!=0.7,<1.0 +pbr>=0.11,<2.0 urwid>=1.2.1,!=1.3.0 SQLAlchemy>=1.0.4