From ad7cdc60dd6da6c5291f8b42932aacb12aa671a6 Mon Sep 17 00:00:00 2001 From: David Perl Date: Fri, 22 Aug 2025 10:59:57 +0200 Subject: [PATCH] fix: move thefuzz dependency to prod --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02d471e2..403f34b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ dependencies = [ "qtconsole~=5.5, >=5.5.1", # needed for jupyter console "qtpy~=2.4", "qtmonaco~=0.5", + "thefuzz~=0.22", ] @@ -41,7 +42,7 @@ dev = [ "pytest-cov~=6.1.1", "watchdog~=6.0", "pre_commit~=4.2", - "thefuzz~=0.22", + ] [project.urls]