summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-08-11 01:38:27 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-08-11 01:38:27 +0000
commit8fcbbfb3eeba7b8231a7d492b88ea4e7d917e728 (patch)
tree5917bc347f71f7d200f60bfed6eaff8e519ab704
parentf12a4d5f26f678d3b7a017d8f3527a65b56893a4 (diff)
downloadpython-barbicanclient-8fcbbfb3eeba7b8231a7d492b88ea4e7d917e728.tar.gz
Updated from global requirements
Change-Id: Idb5db3619406d3e0f3cbb15f81be008bf9bf7d00
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 3e43486..8e26051 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,12 +1,12 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr<2.0,>=1.3
+pbr<2.0,>=1.4
argparse
requests>=2.5.2
six>=1.9.0
python-keystoneclient>=1.6.0
-cliff>=1.13.0 # Apache-2.0
+cliff>=1.14.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.utils>=1.9.0 # Apache-2.0