aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-12-15 13:13:18 -0800
committerBryan Newbold <bnewbold@archive.org>2021-12-15 13:13:18 -0800
commit2cd2ca6f7a0424af3e850e113f2745b1e5555e4c (patch)
treec83fbf6c9ab7cc72e1d3091e2843abba6e5c70d9 /python/Pipfile
parentc48eb50782854f95fa16fc0fdf5339c52c830314 (diff)
downloadsandcrawler-2cd2ca6f7a0424af3e850e113f2745b1e5555e4c.tar.gz
sandcrawler-2cd2ca6f7a0424af3e850e113f2745b1e5555e4c.zip
pipenv: add pymupdf; update trafilatura
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile3
1 files changed, 2 insertions, 1 deletions
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"