From 93f20f9fb970e0b5f4d70b04899f1730354258e0 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 16 Jun 2020 17:29:54 -0700 Subject: pipenv: pillow and poppler (for PDF extraction) --- python/Pipfile | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3