From df22443026ce2c8d1fa1e197607125d32eed6d6f Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 21 Oct 2020 04:01:30 +0200 Subject: reduce dependencies for a moment --- setup.py | 4 ++-- 1 file 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", ], -- cgit v1.2.3