summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2015-04-16 18:08:08 +0000
committerDoug Hellmann <doug@doughellmann.com>2015-04-16 18:08:08 +0000
commitb2c235e91449e450d5f1a9763ff55f64bba51bcf (patch)
tree5b26320701ac8408c2fde1d80361bbe3520115dd
parent5b4e919879ff53e301372101ebeac58085d63d54 (diff)
downloadoslo-serialization-b2c235e91449e450d5f1a9763ff55f64bba51bcf.tar.gz
Uncap library requirements for liberty
Change-Id: Icda4d8f757b8f466747e67c9e5024b7514d4ec09 Depends-On: Ib948b756b8e6ca47a4c9c44c48031e54b7386a06
-rw-r--r--requirements.txt2
-rw-r--r--test-requirements.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index 61d35e1..ff4e573 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,5 +14,5 @@ msgpack-python>=0.4.0
# Only for timeutils in openstack.common - once we're using the
# library version this can be removed.
iso8601>=0.1.9
-oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
+oslo.utils>=1.4.0 # Apache-2.0
pytz>=2013.6
diff --git a/test-requirements.txt b/test-requirements.txt
index d299c5e..ee6d133 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,9 +7,9 @@ netaddr>=0.7.12
# this is required for the docs build jobs
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
+oslosphinx>=2.5.0 # Apache-2.0
-oslotest>=1.5.1,<1.6.0 # Apache-2.0
+oslotest>=1.5.1 # Apache-2.0
simplejson>=2.2.0
-oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
+oslo.i18n>=1.5.0 # Apache-2.0
coverage>=3.6