From dd4ae2763bdde085035fdc2686fe9823fc74130f Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 15 Nov 2013 10:05:04 -0800 Subject: [PATCH] Pbr requirement went missing Not really sure where the pbr requirement went but making sure its defined in the requirements file so that it gets included when building. Change-Id: Ie332fc0c9ad39e303b18812500bb07086d78f4ab --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index bda5ca3e..49239f1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ # Packages needed for using this library. +pbr>=0.5.21,<1.0 anyjson>=0.3.3 iso8601>=0.1.4 # Python 2->3 compatibility library.