From ef8da69263e472ae6d8fd2b22e4f8e95b167e963 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 16 Jan 2016 03:31:27 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Idea92d3bfab4192bf3080cd6c32e392a91bc79ee --- requirements.txt | 10 +++++----- test-requirements.txt | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2de8756..e4dab4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,9 +7,9 @@ # adding a new feature to oslo.serialization means adding a new dependency, # that is a likely indicator that the feature belongs somewhere else. -pbr>=1.6 -Babel>=1.3 -six>=1.9.0 -msgpack-python>=0.4.0 +pbr>=1.6 # Apache-2.0 +Babel>=1.3 # BSD +six>=1.9.0 # MIT +msgpack-python>=0.4.0 # Apache-2.0 oslo.utils>=3.2.0 # Apache-2.0 -pytz>=2013.6 +pytz>=2013.6 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 037edd8..f42b7b6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,13 +2,13 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. hacking<0.11,>=0.10.0 -mock>=1.2 -netaddr!=0.7.16,>=0.7.12 +mock>=1.2 # BSD +netaddr!=0.7.16,>=0.7.12 # BSD # this is required for the docs build jobs -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +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 oslo.i18n>=1.5.0 # Apache-2.0 -coverage>=3.6 +coverage>=3.6 # Apache-2.0