diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-08-11 01:38:27 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-08-11 01:38:27 +0000 |
commit | 8fcbbfb3eeba7b8231a7d492b88ea4e7d917e728 (patch) | |
tree | 5917bc347f71f7d200f60bfed6eaff8e519ab704 /requirements.txt | |
parent | f12a4d5f26f678d3b7a017d8f3527a65b56893a4 (diff) | |
download | python-barbicanclient-8fcbbfb3eeba7b8231a7d492b88ea4e7d917e728.tar.gz |
Updated from global requirements
Change-Id: Idb5db3619406d3e0f3cbb15f81be008bf9bf7d00
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
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 |