From 16a607a66b859c30cf7946d0eec689bdcdaffcf3 Mon Sep 17 00:00:00 2001 From: adrian-turjak Date: Wed, 19 Apr 2017 17:58:52 +1200 Subject: [PATCH] Fix pbr to version 2.0.0 * This is to fix a breaking change with the current builds that fails when using versions greater than 2.0.0 of pbr. * We will need to be addressed better in future once openstack libraries can work with newer pbr. Change-Id: I3e8e547af7005ca06fc5bbc6064718b664507d96 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 4f96465..fe403e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +pbr==2.0.0 Django>=1.8.9,<1.9 decorator>=3.4.0 djangorestframework>=3.4.1