summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-01-26 17:14:08 +0000
committerGerrit Code Review <review@openstack.org>2015-01-26 17:14:08 +0000
commit776907b9fa66efa12f02a6474989e5ce12075eaf (patch)
tree4fe5b878e33be0d369c35874f9574e85cce0defb
parent1f6103e4ef68b2fece4b265996d859fe0159f4cc (diff)
parentf81653bb7fb64af6c35cda94b197cf7748bf7f07 (diff)
downloadoslo-db-776907b9fa66efa12f02a6474989e5ce12075eaf.tar.gz
Merge "Updated from global requirements"
-rw-r--r--requirements.txt2
-rw-r--r--test-requirements-py2.txt2
-rw-r--r--test-requirements-py3.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index 3522b8d..9cacdd6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,7 +6,7 @@ pbr>=0.6,!=0.7,<1.0
alembic>=0.7.1
Babel>=1.3
iso8601>=0.1.9
-oslo.i18n>=1.0.0 # Apache-2.0
+oslo.i18n>=1.3.0 # Apache-2.0
oslo.config>=1.6.0 # Apache-2.0
oslo.utils>=1.2.0 # Apache-2.0
SQLAlchemy>=0.9.7,<=0.9.99
diff --git a/test-requirements-py2.txt b/test-requirements-py2.txt
index 2cb1c75..e9e8455 100644
--- a/test-requirements-py2.txt
+++ b/test-requirements-py2.txt
@@ -17,4 +17,4 @@ oslotest>=1.2.0 # Apache-2.0
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.36,!=1.2.0
-tempest-lib
+tempest-lib>=0.1.0
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index d248785..0d1d43b 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -16,7 +16,7 @@ oslotest>=1.2.0 # Apache-2.0
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.36,!=1.2.0
-tempest-lib
+tempest-lib>=0.1.0
# TODO(harlowja): add in pymysql when able to...
# https://review.openstack.org/#/c/123737