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
This commit is contained in:
Dirk Mueller 2018-02-23 08:38:36 +01:00
parent cff8994787
commit 48dcc99f37
1 changed files with 1 additions and 0 deletions

View File

@ -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