From 5a6bf449ac78586bf150216fe2310be178eeb6c3 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 16 Jun 2020 18:36:29 -0700 Subject: pipenv: correct poppler; update lockfile --- python/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index 65317af..eefeead 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -37,7 +37,7 @@ internetarchive = "*" Flask = ">=1" urlcanon = "*" pillow = ">=3" -poppler = ">=0.2" +python-poppler = ">=0.2" # must lock black to an exact version because it is still "beta" # see: https://github.com/psf/black/issues/517 -- cgit v1.2.3