From 1d141195c18f7827ba1146a1fdaead2f353f85a8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 26 Oct 2021 12:20:28 -0700 Subject: pipenv: general update; add isort, yapf (over black), grobid_tei_xml --- python/Pipfile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index d5797a5..dbffba8 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -20,9 +20,8 @@ ipython = "*" mypy = "*" flake8 = "*" flake8-annotations = "*" - -# pytype is failing to install on xenial VMs -#pytype = "*" +isort = "*" +yapf = "*" [packages] requests = ">=2" @@ -48,10 +47,7 @@ braveblock = "*" dynaconf = ">=3" sentry-sdk = { version = ">=0.14.0", extras = [] } zstandard = "*" - -# must lock black to an exact version because it is still "beta" -# see: https://github.com/psf/black/issues/517 -black = "==19.10b0" +grobid_tei_xml = "0.1.0" [requires] python_version = "3.8" -- cgit v1.2.3