diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-12-15 13:13:18 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-12-15 13:13:18 -0800 |
commit | 2cd2ca6f7a0424af3e850e113f2745b1e5555e4c (patch) | |
tree | c83fbf6c9ab7cc72e1d3091e2843abba6e5c70d9 /python/Pipfile | |
parent | c48eb50782854f95fa16fc0fdf5339c52c830314 (diff) | |
download | sandcrawler-2cd2ca6f7a0424af3e850e113f2745b1e5555e4c.tar.gz sandcrawler-2cd2ca6f7a0424af3e850e113f2745b1e5555e4c.zip |
pipenv: add pymupdf; update trafilatura
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 3 |
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" |