diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-02-03 16:22:32 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-02-03 16:22:32 -0800 |
commit | d59a5c856183a0343eaee8bc161edd28e3244583 (patch) | |
tree | eb4f417e850fe524f5cc115a3323ad633ca04063 /Pipfile | |
parent | c883b8c220c92f620a174cfe64b50dd1a7a4cfa4 (diff) | |
download | grobid_tei_xml-d59a5c856183a0343eaee8bc161edd28e3244583.tar.gz grobid_tei_xml-d59a5c856183a0343eaee8bc161edd28e3244583.zip |
pipenv: black has a stable release!
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -9,6 +9,7 @@ name = "pypi" [packages] [dev-packages] +black = "*" flake8 = "*" flake8-annotations = "*" isort = "*" @@ -19,9 +20,5 @@ pytest-cov = "*" requests = "*" typing_extensions = "*" -# must lock black to an exact version because it is still "beta" -# see: https://github.com/psf/black/issues/517 -black = "==21.9b0" - [requires] python_version = "3.8" |