summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-04-15 13:11:42 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-04-15 13:11:42 +0000
commit6cd13e14a1ba87ea0c803da13204596e393a2c19 (patch)
tree41f482b52ab208944093a6d2bd6b8ef02e5ae5ed
parentfd694a453f22d63e65bb8e527629f892c1668946 (diff)
downloadoslo-concurrency-6cd13e14a1ba87ea0c803da13204596e393a2c19.tar.gz
Updated from global requirements
Change-Id: Ib7bbfc60a8d47dc60223c1b68218d2d03588239f
-rw-r--r--requirements.txt6
-rw-r--r--test-requirements.txt6
2 files changed, 6 insertions, 6 deletions
diff --git a/requirements.txt b/requirements.txt
index 1fcebea..5593c71 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,9 +6,9 @@ pbr>=0.6,!=0.7,<1.0
Babel>=1.3
iso8601>=0.1.9
fixtures>=0.3.14
-oslo.config>=1.9.0 # Apache-2.0
-oslo.i18n>=1.3.0 # Apache-2.0
-oslo.utils>=1.2.0 # Apache-2.0
+oslo.config>=1.9.3,<1.10.0 # Apache-2.0
+oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
+oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
posix_ipc
six>=1.9.0
retrying>=1.2.3,!=1.3.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index e715139..36f25e2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,12 +3,12 @@
# process, which may cause wedges in the gate later.
hacking>=0.10.0,<0.11
-oslotest>=1.2.0 # Apache-2.0
+oslotest>=1.5.1,<1.6.0 # Apache-2.0
coverage>=3.6
futures>=2.1.6
# These are needed for docs generation
-oslosphinx>=2.2.0 # Apache-2.0
+oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-eventlet>=0.16.1
+eventlet>=0.16.1,!=0.17.0