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
This commit is contained in:
Joshua Harlow 2013-11-15 10:05:04 -08:00
parent 91a641cf38
commit dd4ae2763b

View File

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