From ad4b42c96313256f357689a21612e5a5f66f1636 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 16 Jan 2016 03:25:10 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ifba3590295ee94b9efa083896be3a7776dac305b --- requirements.txt | 6 +++--- test-requirements.txt | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8d4441c..6733ed0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,13 +3,13 @@ # process, which may cause wedges in the gate later. # See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here... -pbr>=1.6 +pbr>=1.6 # Apache-2.0 # Python 2->3 compatibility library. -six>=1.9.0 +six>=1.9.0 # MIT # For deprecation of things debtcollector>=0.3.0 # Apache-2.0 # For pretty formatting machines/state tables... -PrettyTable<0.8,>=0.7 +PrettyTable<0.8,>=0.7 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index cba8323..0036b56 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,12 +5,12 @@ hacking<0.11,>=0.10.0 doc8 # Apache-2.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