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
This commit is contained in:
Joshua Harlow
2014-07-06 16:27:05 -07:00
parent 7f97cfb950
commit 6dff5d3b48

View File

@@ -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.