From 6dff5d3b48794d7e34b180e730267b29549d7b1a Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sun, 6 Jul 2014 16:27:05 -0700 Subject: [PATCH] Remove pbr as a runtime dependency The pbr package is only a build time dependency and as such should not be in the requirements.txt requirements file. Change-Id: I5ee90767850c2caa4534f69b967f6dce6eca0de1 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 87e82ad3..21fc544a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ # Packages needed for using this library. -pbr>=0.6,!=0.7,<1.0 anyjson>=0.3.3 iso8601>=0.1.9 # Python 2->3 compatibility library.