From 4b71600776a0e0cdc01b0645b215dd8caa4b3850 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 18 Feb 2021 23:50:35 +0100 Subject: setup: fix case --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 92c1396..25563a6 100644 --- a/setup.py +++ b/setup.py @@ -26,11 +26,11 @@ with open("README.md", "r") as fh: "fuzzycat=fuzzycat:__main__" ]}, install_requires=[ + "Fuzzy", "elasticsearch", "elasticsearch-dsl", "fatcat-openapi-client", # https://pypi.org/project/fatcat-openapi-client/ "ftfy", - "fuzzy", "glom", "regex", "requests", -- cgit v1.2.3