From 1856f690a5b2ddc1dbc73b441e023972de8628de Mon Sep 17 00:00:00 2001 From: Andrew Buchan Date: Mon, 4 Apr 2022 09:57:48 +0100 Subject: [PATCH] Update to six 1.16.0 Several google api libraries rely on https://github.com/googleapis/python-api-core, which require six >=1.13.0, which means textract cannot be installed alongside those. --- requirements/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python b/requirements/python index 1c200697..54fffbfd 100644 --- a/requirements/python +++ b/requirements/python @@ -8,6 +8,6 @@ docx2txt~=0.8 extract-msg<=0.29.* #Last with python2 support pdfminer.six==20191110 #Last with python2 support python-pptx~=0.6.18 -six~=1.12.0 +six~=1.16.0 SpeechRecognition~=3.8.1 xlrd~=1.2.0