summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-09-19 08:51:01 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-09-19 08:51:01 +0000
commit7874cf9d9feff0943bb0f6506fc10cee5cdd89fa (patch)
treec29334ab5724124880397cc33976d762cee55d48
parenta71ee9ca14150b8465bf91e23501b3dd1e431a24 (diff)
downloadoslo-middleware-7874cf9d9feff0943bb0f6506fc10cee5cdd89fa.tar.gz
Updated from global requirements
Change-Id: I9dab787a11f6cf22b7ab57ee0fce2333ec0de43d
-rw-r--r--requirements.txt4
-rw-r--r--test-requirements.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index 414bdf6..4e1c025 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
Babel>=1.3
-oslo.config>=1.4.0.0a3
-oslo.i18n>=0.3.0 # Apache-2.0
+oslo.config>=1.4.0 # Apache-2.0
+oslo.i18n>=1.0.0 # Apache-2.0
six>=1.7.0
WebOb>=1.2.3
diff --git a/test-requirements.txt b/test-requirements.txt
index 506a33d..6189b19 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,7 +5,7 @@
fixtures>=0.3.14
hacking>=0.9.2,<0.10
mock>=1.0
-oslosphinx>=2.2.0.0a2
-oslotest>=1.1.0.0a2
+oslosphinx>=2.2.0 # Apache-2.0
+oslotest>=1.1.0 # Apache-2.0
sphinx>=1.1.2,!=1.2.0,<1.3
testtools>=0.9.34