aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index cdf4502..7a39369 100644
--- a/setup.py
+++ b/setup.py
@@ -27,12 +27,13 @@ with open("README.md", "r") as fh:
]},
install_requires=[
"elasticsearch>=7",
- # "fatcat-openapi-client",
"ftfy",
"fuzzy",
- # "simhash",
+ "pydantic",
"toml",
"unidecode>=0.10",
+ # "fatcat-openapi-client",
+ # "simhash",
],
extras_require={"dev": [
"ipython",