From b02994558ba849b5a0c5dd3d654b9ad3f3bad1b8 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Mon, 25 Aug 2025 19:37:07 +0200 Subject: [PATCH] build: add missing darkdetect dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0743ae9e..f0699355 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ dependencies = [ "qtpy~=2.4", "qtmonaco~=0.5", "thefuzz~=0.22", + "darkdetect~=0.8", "PySide6-QtAds==4.4.0", ]