diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-16 17:29:54 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-16 17:30:28 -0700 |
commit | 93f20f9fb970e0b5f4d70b04899f1730354258e0 (patch) | |
tree | 64551c0c83a1d6948b0cc6f1b9491d87dd31fb95 /python/Pipfile | |
parent | 5c32007e23a4f3b6902b760b5e06e4dd341918b3 (diff) | |
download | sandcrawler-93f20f9fb970e0b5f4d70b04899f1730354258e0.tar.gz sandcrawler-93f20f9fb970e0b5f4d70b04899f1730354258e0.zip |
pipenv: pillow and poppler (for PDF extraction)
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
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" |