Add PBR dependency

Since grafyaml imports pbr.version, it does need to declare a runtime
dependency on pbr.

Change-Id: I6d3cef967e9f898e1821bf2c14697d2535119557
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-10-19 15:24:36 -04:00
parent 3a32d511bb
commit 319600e106
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
dogpile.cache
pbr>=1.6
python-slugify
PyYAML>=3.1.0
requests