diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-28 17:53:50 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-11-04 17:19:52 -0700 |
commit | 13d2dc55d5be4d9579a4a242ce251cdbc82730aa (patch) | |
tree | 3b0a86a9271b2dba57595b36abbfc005fee41741 /python/Pipfile | |
parent | 774a1e3eb989a3fb78485b53c7d0cd4af10a8d8f (diff) | |
download | sandcrawler-13d2dc55d5be4d9579a4a242ce251cdbc82730aa.tar.gz sandcrawler-13d2dc55d5be4d9579a4a242ce251cdbc82730aa.zip |
pipenv: bump grobid_tei_xml version to 0.1.2
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile index 92c0437..72a93e0 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -55,7 +55,7 @@ braveblock = "*" dynaconf = ">=3" sentry-sdk = { version = ">=0.14.0", extras = [] } zstandard = "*" -grobid_tei_xml = "==0.1.*" +grobid_tei_xml = ">=0.1.2,<0.2.0" [requires] python_version = "3.8" |