From d5b2dee8a251536ec63eaf9efa862f99ed26b801 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 16 Jan 2016 03:31:20 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ia8fce74c2caa158ac80a01ab68a15b85fbe4c085 --- requirements.txt | 4 ++-- test-requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 639c081b..e9b92437 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,9 +2,9 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -requests!=2.9.0,>=2.8.1 +requests!=2.9.0,>=2.8.1 # Apache-2.0 oslo.config>=3.2.0 # Apache-2.0 oslo.i18n>=1.5.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.utils>=3.2.0 # Apache-2.0 -six>=1.9.0 +six>=1.9.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 0d6dd18c..dec1fa7d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,8 +7,8 @@ oslotest>=1.10.0 # Apache-2.0 requests-mock>=0.7.0 # Apache-2.0 # computes code coverage percentages -coverage>=3.6 +coverage>=3.6 # Apache-2.0 # These are needed for docs generation oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD