diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-26 12:20:28 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-26 12:20:28 -0700 |
commit | 1d141195c18f7827ba1146a1fdaead2f353f85a8 (patch) | |
tree | 433d70ba57a0c48ceaa496d4af6703dfe27a4b62 /python/Pipfile | |
parent | fb36ee6e0f5582695a385b0c106b9c48486eb233 (diff) | |
download | sandcrawler-1d141195c18f7827ba1146a1fdaead2f353f85a8.tar.gz sandcrawler-1d141195c18f7827ba1146a1fdaead2f353f85a8.zip |
pipenv: general update; add isort, yapf (over black), grobid_tei_xml
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 10 |
1 files changed, 3 insertions, 7 deletions
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" |