From 52dbd1df9e1c2f7f609ddb2b30466ea8e12898b0 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 22248ee7..53e07fb8 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", + "darkdetect~=0.8", "PySide6-QtAds==4.4.0", ]