From e81913bca80c98cca396a021f96d77e90409c287 Mon Sep 17 00:00:00 2001 From: Joseph Hale <j.hale1805@gmail.com> Date: Mon, 14 Feb 2022 22:46:21 -0700 Subject: [PATCH] Remove epubfile from requirements.txt As of the last commit epubfile is no longer used in textract, so we don't need to download it as a dependency of the project. --- requirements/python | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements/python b/requirements/python index 73d7d47f..1c200697 100644 --- a/requirements/python +++ b/requirements/python @@ -5,8 +5,6 @@ argcomplete~=1.10.0 beautifulsoup4~=4.8.0 chardet==3.* docx2txt~=0.8 -epubfile==0.0.8 - voussoirkit==0.0.70 # Breaking changes are introduced in 0.0.71 extract-msg<=0.29.* #Last with python2 support pdfminer.six==20191110 #Last with python2 support python-pptx~=0.6.18