summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-11-05 08:19:52 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-11-05 08:19:52 +0000
commit540b9be44f136385cfe930da11800681d7c32cd8 (patch)
treecb168dc951d8d720d833f758377305829a1397a6
parentb09920f26c3b6f93720cec8186bbcc838a727c97 (diff)
downloadoslo-db-540b9be44f136385cfe930da11800681d7c32cd8.tar.gz
Updated from global requirements
Change-Id: I6d696d976a5693c046b707b990b950550325a893
-rw-r--r--requirements.txt8
-rw-r--r--test-requirements.txt4
2 files changed, 6 insertions, 6 deletions
diff --git a/requirements.txt b/requirements.txt
index 205a787..38afb0e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,9 +5,9 @@
alembic>=0.6.4
Babel>=1.3
iso8601>=0.1.9
-oslo.i18n>=0.3.0 # Apache-2.0
-oslo.config>=1.4.0.0a3
-oslo.utils>=0.3.0 # Apache-2.0
+oslo.i18n>=1.0.0 # Apache-2.0
+oslo.config>=1.4.0 # Apache-2.0
+oslo.utils>=1.0.0 # Apache-2.0
SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99
sqlalchemy-migrate>=0.9.1,!=0.9.2
-stevedore>=0.14
+stevedore>=1.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 62ced1b..f5c1c9d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,8 +12,8 @@ MySQL-python
psycopg2
python-subunit>=0.0.18
sphinx>=1.1.2,!=1.2.0,<1.3
-oslosphinx>=2.2.0.0a2
-oslotest>=1.1.0.0a2
+oslosphinx>=2.2.0 # Apache-2.0
+oslotest>=1.1.0 # Apache-2.0
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.34