1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-25 10:03:00 +01:00

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

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]