aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-10-21 04:01:30 +0200
committerMartin Czygan <martin.czygan@gmail.com>2020-10-21 04:01:30 +0200
commitdf22443026ce2c8d1fa1e197607125d32eed6d6f (patch)
treefac89cf8baeef02698fefc7765c905966fca2b28 /setup.py
parent4f3d7a267a1ce2505757594d4104b1cdd6f1f9a1 (diff)
downloadfuzzycat-df22443026ce2c8d1fa1e197607125d32eed6d6f.tar.gz
fuzzycat-df22443026ce2c8d1fa1e197607125d32eed6d6f.zip
reduce dependencies for a moment
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",
],