From 2cd5ec9f9c3c91dfe79c98f7d73112b88061d383 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 21 Oct 2020 03:49:23 +0200 Subject: update setup --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f0f7f7b..33629e6 100644 --- a/setup.py +++ b/setup.py @@ -28,20 +28,21 @@ with open("README.md", "r") as fh: "fuzzycat-cluster=fuzzycat.cluster:main", ],}, install_requires=[ + "elasticsearch>=7", "fatcat-openapi-client", "ftfy", + "fuzzy", "simhash", - "unidecode>=0.10", "toml", - "elasticsearch>=7", + "unidecode>=0.10", ], extras_require={"dev": [ "ipython", "isort", - "pylint", "jupyter", "matplotlib", "pandas", + "pylint", "pytest", "pytest-cov", "twine", -- cgit v1.2.3