diff --git a/pyproject.toml b/pyproject.toml index 31e11a2a..8bd69c94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,8 @@ dependencies = [ "darkdetect~=0.8", "PySide6-QtAds==4.4.0", "pylsp-bec", + "copier~=9.7", + "typer~=0.15", ] @@ -45,7 +47,6 @@ dev = [ "pytest-cov~=6.1.1", "watchdog~=6.0", "pre_commit~=4.2", - ] [project.urls]