fix: move thefuzz dependency to prod

This commit is contained in:
2025-08-22 10:59:57 +02:00
committed by Klaus Wakonig
parent ba047fd776
commit ad7cdc60dd
+2 -1
View File
@@ -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]