From 2cd2ca6f7a0424af3e850e113f2745b1e5555e4c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 15 Dec 2021 13:13:18 -0800 Subject: pipenv: add pymupdf; update trafilatura --- python/Pipfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index 72a93e0..36faed0 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -48,7 +48,7 @@ urlcanon = "*" Pillow = ">=3" python-poppler = ">=0.2.1" selectolax = ">=0.2" -trafilatura = "*" +trafilatura = ">=1" pydantic = ">=1.7" dateparser = "*" braveblock = "*" @@ -56,6 +56,7 @@ dynaconf = ">=3" sentry-sdk = { version = ">=0.14.0", extras = [] } zstandard = "*" grobid_tei_xml = ">=0.1.2,<0.2.0" +PyMuPDF = ">=1.19.0,<1.20.0" [requires] python_version = "3.8" -- cgit v1.2.3