From db34dd54fcdf83b8a231f638800a971d507f50d9 Mon Sep 17 00:00:00 2001 From: Gene Date: Thu, 19 Oct 2023 11:07:03 +0800 Subject: [PATCH] [MNT] add dependency of rapidfuzz --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b79c79d..52a4299 100644 --- a/setup.py +++ b/setup.py @@ -69,6 +69,7 @@ REQUIRED = [ "shortuuid>=1.0.11", "geatpy>=2.7.0", "docker>=6.1.3", + "rapidfuzz>=3.4.0", ] if get_platform() != MACOS: