summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-08-28 05:42:05 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-08-28 05:42:05 +0000
commitdc8e21da3d0c49c000a4e049c385c9cab19dd6c1 (patch)
treea9749f4232a67cbb75ba5901e83361b04e5ac9f3
parent8f23885ca3a55c9ef61fcf6284ca140c4a1c0b9a (diff)
downloadpython-cinderclient-dc8e21da3d0c49c000a4e049c385c9cab19dd6c1.tar.gz
Updated from global requirements
Change-Id: I8d7b21b4ac55e9f02f067e31ad09a99b95180c4e
-rw-r--r--requirements.txt6
-rw-r--r--test-requirements.txt4
2 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt
index 9accb4f..f3bbb83 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,8 +1,8 @@
pbr>=0.6,!=0.7,<1.0
argparse
PrettyTable>=0.7,<0.8
-python-keystoneclient>=0.9.0
-requests>=1.1
-simplejson>=2.0.9
+python-keystoneclient>=0.10.0
+requests>=1.2.1
+simplejson>=2.2.0
Babel>=1.3
six>=1.7.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 40cc8cd..ae55f81 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,9 +4,9 @@ coverage>=3.6
discover
fixtures>=0.3.14
mock>=1.0
-oslosphinx
+oslosphinx>=2.2.0.0a2
python-subunit>=0.0.18
-requests-mock>=0.4.0
+requests-mock>=0.4.0 # Apache-2.0
sphinx>=1.1.2,!=1.2.0,<1.3
testtools>=0.9.34
testrepository>=0.0.18