From 48dcc99f37d381a98c93b4f6b268909c474e02c3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 23 Feb 2018 08:38:36 +0100 Subject: [PATCH] Add six as requirement e.g. services/key_manager/json/secret_client.py is importing six unconditionally, so it is good to declare the dependency appropriately. Change-Id: I62eab606546c8654bd42b47b054c0c041f60e864 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 9f8c683..93f0007 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 +six>=1.10.0 # MIT tempest>=17.1.0 # Apache-2.0 cryptography!=2.0,>=1.9 # BSD/Apache-2.0