diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-16 18:36:29 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-16 18:36:29 -0700 |
commit | 5a6bf449ac78586bf150216fe2310be178eeb6c3 (patch) | |
tree | a3fa9c2812bbd4bc5d0284c44b43c6f25cd254fc /python/Pipfile | |
parent | c5568ce9a5681da23aa2cd89993c3999a2d6bd21 (diff) | |
download | sandcrawler-5a6bf449ac78586bf150216fe2310be178eeb6c3.tar.gz sandcrawler-5a6bf449ac78586bf150216fe2310be178eeb6c3.zip |
pipenv: correct poppler; update lockfile
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |