diff options
-rw-r--r-- | python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py index 6b3d57a..c0291d0 100644 --- a/python/setup.py +++ b/python/setup.py @@ -26,7 +26,7 @@ with open("README.md", "r") as fh: ]}, install_requires=[ "dynaconf[ini]", - "grobid_xml_tei", + "grobid-tei-xml", "luigi", "requests", ], |