aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-06-16 17:29:54 -0700
committerBryan Newbold <bnewbold@archive.org>2020-06-16 17:30:28 -0700
commit93f20f9fb970e0b5f4d70b04899f1730354258e0 (patch)
tree64551c0c83a1d6948b0cc6f1b9491d87dd31fb95
parent5c32007e23a4f3b6902b760b5e06e4dd341918b3 (diff)
downloadsandcrawler-93f20f9fb970e0b5f4d70b04899f1730354258e0.tar.gz
sandcrawler-93f20f9fb970e0b5f4d70b04899f1730354258e0.zip
pipenv: pillow and poppler (for PDF extraction)
-rw-r--r--python/Pipfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/Pipfile b/python/Pipfile
index d8fa8a8..ad582dd 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -33,6 +33,8 @@ ftfy = "*"
internetarchive = "*"
Flask = ">=1"
urlcanon = "*"
+pillow = ">=3"
+poppler = ">=0.2"
[requires]
python_version = "3.7"