From 020037d4714e7ba2ab172c7278494aed0b2148ad Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 27 Oct 2021 18:48:46 -0700 Subject: pipenv: flipflop from yapf back to black; more type packages; bump grobid_tei_xml --- python/Pipfile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index 16807fe..92c0437 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -21,9 +21,15 @@ mypy = "*" flake8 = "*" flake8-annotations = "*" isort = "*" -yapf = "*" types-requests = "*" +types-beautifulsoup4 = "*" types-dateparser = "*" +types-psycopg2 = "*" +types-Pillow = "*" + +# must lock black to an exact version because it is still "beta" +# see: https://github.com/psf/black/issues/517 +black = "==21.9b0" [packages] requests = ">=2" @@ -39,7 +45,7 @@ ftfy = "*" internetarchive = "*" Flask = ">=1" urlcanon = "*" -pillow = ">=3" +Pillow = ">=3" python-poppler = ">=0.2.1" selectolax = ">=0.2" trafilatura = "*" @@ -49,7 +55,7 @@ braveblock = "*" dynaconf = ">=3" sentry-sdk = { version = ">=0.14.0", extras = [] } zstandard = "*" -grobid_tei_xml = "0.1.0" +grobid_tei_xml = "==0.1.*" [requires] python_version = "3.8" -- cgit v1.2.3