aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cb95ef4..9d80938 100644
--- a/setup.py
+++ b/setup.py
@@ -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",