summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-01-24 20:23:31 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-01-24 20:23:31 +0000
commitf81653bb7fb64af6c35cda94b197cf7748bf7f07 (patch)
tree27d7d7bda1fbbdc1c953cf308c26157a02736250
parentc0a43732e8a46c3e7fe4a0328aa3ed61239c0a1f (diff)
downloadoslo-db-f81653bb7fb64af6c35cda94b197cf7748bf7f07.tar.gz
Updated from global requirements
Change-Id: I797f4532e39a700e70a2834ac299663118c608cc
-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