From a6cd72b6e744fb66ec0a2e6a8d9e2cbed95cb253 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Mon, 9 May 2022 14:48:19 +0200 Subject: [PATCH] Install required six Signed-off-by: Philippe Ombredanne --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0107261..e4eeb8e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -74,7 +74,7 @@ install_requires = commoncode >= 30.2.0 plugincode >= 21.1.21 typecode >= 21.6.1 - + six [options.packages.find] where = src