From 364800b2be008e29c99b3d5338ac02842ee535a2 Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Mon, 2 Feb 2015 18:03:01 -0600 Subject: [PATCH] Add six to requirements We have been getting ``six`` most recently through stevedore, but because we use it directly, it should be an explicit dependency of ours. The version it's pinned on, >=1.7.0, matches what is in global-requirements. Change-Id: Ieae03407e2e8bd94ecbbfe471f3835cb3ba29dc9 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index ed129b2ce..1a34ed606 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,6 @@ # process, which may cause wedges in the gate later. pbr>=0.6,!=0.7,<1.0 requests>=2.2.0,!=2.4.0 +six>=1.7.0 stevedore>=1.1.0 # Apache-2.0 oslo.utils>=1.2.0 # Apache-2.0