summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-22 04:59:50 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-22 04:59:50 +0000
commit54ff5d8758afa6e101ab6e9e67daa8f0711a25c7 (patch)
treefb69acd0b1a21a1108d9ec4cb44e8e88e5d33056
parent317959d76eaaaf677811fe7c1f869874a69c7447 (diff)
downloadpython-openstackclient-54ff5d8758afa6e101ab6e9e67daa8f0711a25c7.tar.gz
Updated from global requirements
Change-Id: I7fc281b80342a14e11f87afb41c3abc515d8487c
-rw-r--r--requirements.txt2
-rw-r--r--test-requirements.txt3
2 files changed, 2 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index 9ea39916..e06a04ad 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,7 +14,7 @@ oslo.utils>=1.9.0 # Apache-2.0
python-glanceclient>=0.18.0
python-keystoneclient>=1.6.0
python-novaclient>=2.22.0
-python-cinderclient>=1.2.2
+python-cinderclient>=1.3.1
python-neutronclient<3,>=2.3.11
requests>=2.5.2
stevedore>=1.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f9c25768..7cf9d455 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,8 +6,7 @@ hacking<0.11,>=0.10.0
coverage>=3.6
discover
fixtures>=1.3.1
-mock!=1.1.4,>=1.1;python_version!='2.6'
-mock==1.0.1;python_version=='2.6'
+mock>=1.2
oslosphinx>=2.5.0 # Apache-2.0
oslotest>=1.7.0 # Apache-2.0
requests-mock>=0.6.0 # Apache-2.0