1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-12-28 09:51:19 +01:00

fix(dependencies): add copier and typer to project dependencies

This commit is contained in:
2025-10-14 09:31:07 +02:00
committed by Klaus Wakonig
parent 7cd4f448b5
commit da1a3ddfc4

View File

@@ -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]