From 0aa6314ee29fcacc44e7f4401733857b3264d3be Mon Sep 17 00:00:00 2001 From: marmeladema Date: Sun, 20 Oct 2019 20:59:25 +0100 Subject: [PATCH] Pin six module version to 1.12 --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 438d97e3ddb..45eedfaf586 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -33,6 +33,6 @@ boto3 == 1.4.4 certifi # For Python3 compatibility -six +six == 1.12 -e python/tidy