summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-18 02:02:10 +0000
committerGerrit Code Review <review@openstack.org>2015-04-18 02:02:10 +0000
commitf2f1ddf66758964eb8b6b286ca74655c3b6d2559 (patch)
tree06e0c219183cd013cf948da991aa870fed2cf9e3
parent5125628c2875b8d8295530eb428f7dfa26884cd1 (diff)
parent738479e6e16d23ce774be3a4bb21387cb80e85e9 (diff)
downloadpython-troveclient-1.1.0.tar.gz
Merge "Uncap library requirements for liberty"1.1.0
-rw-r--r--requirements.txt2
-rw-r--r--test-requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index ff30c4c..a87acea 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,7 +6,7 @@ argparse
PrettyTable>=0.7,<0.8
requests>=2.2.0,!=2.4.0
simplejson>=2.2.0
-oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
+oslo.utils>=1.4.0 # Apache-2.0
python-keystoneclient>=1.1.0
Babel>=1.3
six>=1.9.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 9000675..6c5f39f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,7 +4,7 @@
hacking>=0.8.0,<0.9
coverage>=3.6
discover
-oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
+oslosphinx>=2.5.0 # Apache-2.0
requests-mock>=0.6.0 # Apache-2.0
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
testrepository>=0.0.18