diff options
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,13 +33,14 @@ with open("README.md", "r") as fh: "fatcat-openapi-client>=0.4.0", # https://pypi.org/project/fatcat-openapi-client/ "ftfy", "glom", + "grobid_tei_xml==0.1.*", "jellyfish", "regex", "requests>=2", + "thefuzz", "toml", "unidecode>=0.10", "zstandard", - "grobid_tei_xml==0.1.*", ], extras_require={"dev": [ "ipython", |