From 3462388a35ffa7377ae79944d5306c8988bec076 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 33b37211..31e11a2a 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", ]