From 5084ca9fe10b4c58afc28370d98cf3e798bd2109 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 17 Aug 2020 10:10:51 +0200 Subject: issn: simhash example --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 86298ec..e2ff44b 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ with open("README.md", "r") as fh: install_requires=[ "fatcat-openapi-client", "ftfy", + "simhash", "unidecode", ], extras_require={"dev": [ -- cgit v1.2.3