summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-12-03 21:02:43 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-12-03 21:02:43 +0000
commit73d48582cc559498f7890183c46d276a9b3b87dd (patch)
tree221b7242349627682fb600d56284fcc2efb4f2f1
parenta2cdee68fd748cb09b1224243db77e1f7d2f2ac9 (diff)
downloadoslo-middleware-73d48582cc559498f7890183c46d276a9b3b87dd.tar.gz
Updated from global requirements
Change-Id: Ia6743a86accc2741a235e05a717ff408c092e471
-rw-r--r--requirements.txt4
-rw-r--r--test-requirements.txt6
2 files changed, 5 insertions, 5 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..11f1d66 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
+testtools>=0.9.34,!=1.4.0