From 9a7465c5c402a2ddad0abc15015c61a1a76d6485 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 13 Sep 2021 17:52:13 +0200 Subject: remove dependency on fuzzy; use jellyfish --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 4f69c9e..cc1ae23 100644 --- a/Pipfile +++ b/Pipfile @@ -16,7 +16,6 @@ xar = "*" [packages] ftfy = "*" -fuzzy = "*" fuzzycat = {editable = true, path = "."} # cf. https://github.com/pypa/pipenv/issues/4476 importlib-metadata = "==1.7.0" @@ -30,6 +29,7 @@ requests = "*" dynaconf = "*" regex = "*" zstandard = "*" +jellyfish = "*" [requires] python_version = "3.8" -- cgit v1.2.3