From 34fa5519bd2923caa1b524942e3f30cb6eb85936 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 27 Aug 2014 08:29:17 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I60246930eb49e9a04a77a5b9c8b24b0496a7f502 --- requirements.txt | 6 +++--- test-requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index bc30d549a6..e1e0db2a1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,10 +22,10 @@ stevedore>=0.14 pysendfile==2.0.0 websockify>=0.5.1,<0.7 oslo.config>=1.4.0.0a3 -oslo.db>=0.2.0 # Apache-2.0 +oslo.db>=0.4.0 # Apache-2.0 oslo.rootwrap>=1.3.0.0a1 -oslo.i18n>=0.1.0 # Apache-2.0 -oslo.utils>=0.1.1 # Apache-2.0 +oslo.i18n>=0.2.0 # Apache-2.0 +oslo.utils>=0.2.0 # Apache-2.0 pecan>=0.5.0 six>=1.7.0 jsonpatch>=1.1 diff --git a/test-requirements.txt b/test-requirements.txt index 2a58e8019e..c240f02fca 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ fixtures>=0.3.14 mock>=1.0 Babel>=1.3 MySQL-python -oslotest +oslotest>=1.1.0.0a1 psycopg2 python-ironicclient>=0.2.1 python-subunit>=0.0.18 @@ -15,7 +15,7 @@ testtools>=0.9.34 # Doc requirements sphinx>=1.1.2,!=1.2.0,<1.3 sphinxcontrib-pecanwsme>=0.8 -oslosphinx +oslosphinx>=2.2.0.0a2 # Required for Nova unit tests in ironic/nova/tests/ and can be removed # once the driver code lands in Nova.