From 4404693f4ccc2b5619bc6ec1f16ffc0ebf6245a8 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 18 Jan 2016 22:39:45 +0000 Subject: [PATCH] Updated from global requirements Change-Id: If8a70c2baf548860de15e33acce6452ae597fedb --- requirements.txt | 10 +++++----- test-requirements.txt | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2edbbef..8cff958 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,8 @@ oslo.config>=3.2.0 # Apache-2.0 oslo.context>=0.2.0 # Apache-2.0 oslo.messaging!=2.8.0,!=3.1.0,>2.6.1 # Apache-2.0 -oslo.utils>=3.2.0 # Apache-2.0 -pbr>=1.6 -pycadf!=2.0.0,>=1.1.0 -six>=1.9.0 -Babel>=1.3 +oslo.utils>=3.4.0 # Apache-2.0 +pbr>=1.6 # Apache-2.0 +pycadf!=2.0.0,>=1.1.0 # Apache-2.0 +six>=1.9.0 # MIT +Babel>=1.3 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index a139bf8..8bd244e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,12 +4,12 @@ hacking<0.11,>=0.10.0 -coverage>=3.6 -discover -python-subunit>=0.0.18 -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +coverage>=3.6 # Apache-2.0 +discover # BSD +python-subunit>=0.0.18 # Apache-2.0/BSD +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 -testrepository>=0.0.18 -testscenarios>=0.4 -testtools>=1.4.0 +testrepository>=0.0.18 # Apache-2.0/BSD +testscenarios>=0.4 # Apache-2.0/BSD +testtools>=1.4.0 # MIT