summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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