diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-21 14:05:39 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-21 14:05:39 -0700 |
commit | 302ff728c0a7cc1674d2f15d5507d500ce9aa72c (patch) | |
tree | 366cf67eaa45415d580e9fdc6d0e8b49a04ba4f8 /Pipfile | |
parent | d58721ddb034363db10eb013986f560a87df7a19 (diff) | |
download | grobid_tei_xml-302ff728c0a7cc1674d2f15d5507d500ce9aa72c.tar.gz grobid_tei_xml-302ff728c0a7cc1674d2f15d5507d500ce9aa72c.zip |
pipfile: add missing isort dev dependency
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ pytest = "*" pytest-cov = "*" typing_extensions = "*" yapf = "*" +isort = "*" [requires] python_version = "3.8" |