From 032ac1e3449e9dc618a3e0bb52b5afa5e08f5702 Mon Sep 17 00:00:00 2001 From: Markus Oppmann Date: Tue, 21 Nov 2023 14:32:20 +0100 Subject: [PATCH] fix https://github.com/deanmalmgren/textract/issues/461, https://github.com/deanmalmgren/textract/issues/476, https://github.com/deanmalmgren/textract/issues/484, https://github.com/deanmalmgren/textract/issues/487, https://github.com/deanmalmgren/textract/issues/489 (all duplicates) --- requirements/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python b/requirements/python index 1c200697..ab79d863 100644 --- a/requirements/python +++ b/requirements/python @@ -5,7 +5,7 @@ argcomplete~=1.10.0 beautifulsoup4~=4.8.0 chardet==3.* docx2txt~=0.8 -extract-msg<=0.29.* #Last with python2 support +extract-msg<0.30 #Last with python2 support pdfminer.six==20191110 #Last with python2 support python-pptx~=0.6.18 six~=1.12.0