diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-05-17 14:09:35 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-05-17 14:09:35 +0000 |
commit | f0dca77f0e5c1256057ba38262231e44d68eb839 (patch) | |
tree | 50f79b489942bd17e0c5d94e06630dd6d8731ff7 /requirements.txt | |
parent | f39647ab47cb10af83a6861149f5897ed570f4a0 (diff) | |
download | python-glanceclient-f0dca77f0e5c1256057ba38262231e44d68eb839.tar.gz |
Updated from global requirements
Change-Id: I86de9b2a73cae95dad02a01dbef96f78d9c39b88
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 b1a5ab5..99d83a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,8 @@ pbr>=1.6 # Apache-2.0 Babel>=2.3.4 # BSD PrettyTable<0.8,>=0.7 # BSD -python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0 -requests!=2.9.0,>=2.8.1 # Apache-2.0 +python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0 +requests>=2.10.0 # Apache-2.0 warlock<2,>=1.0.1 # Apache-2.0 six>=1.9.0 # MIT oslo.utils>=3.5.0 # Apache-2.0 |