From da1a3ddfc470898145c813291c0abcbe20116bcb Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Tue, 14 Oct 2025 09:31:07 +0200 Subject: [PATCH] fix(dependencies): add copier and typer to project dependencies --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e97d0954..1bb448e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,9 @@ dependencies = [ "qtmonaco~=0.7", "darkdetect~=0.8", "PySide6-QtAds==4.4.0", + "pylsp-bec", + "copier~=9.7", + "typer~=0.15", ] @@ -44,7 +47,6 @@ dev = [ "pytest-cov~=6.1.1", "watchdog~=6.0", "pre_commit~=4.2", - ] [project.urls]