From 1fcc4cd283af78a000f6d61b8f3fb27021507406 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Thu, 11 Sep 2025 17:24:48 +0200 Subject: [PATCH] build: add pylsp-bec dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e7129267..63e8d02a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ dependencies = [ "qtmonaco~=0.7", "darkdetect~=0.8", "PySide6-QtAds==4.4.0", + "pylsp-bec", ]