aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 2e06672..cdc6947 100644
--- a/setup.py
+++ b/setup.py
@@ -27,10 +27,10 @@ with open("README.md", "r") as fh:
],},
install_requires=[
"elasticsearch>=7",
- "fatcat-openapi-client",
+ # "fatcat-openapi-client",
"ftfy",
"fuzzy",
- "simhash",
+ # "simhash",
"toml",
"unidecode>=0.10",
],