add Qt (PySide)

This commit is contained in:
2026-04-22 15:43:06 +02:00
parent 425ebefff4
commit 5aa09727c4
2 changed files with 70 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ description = "GUI for CRM of NAFKA project with WCE"
authors = [
{name = "d-opt GmbH, resp. Florian Förster", email = "f.foerster@d-opt.com"},
]
dependencies = ["nicegui>=3.10.0"]
dependencies = ["nicegui>=3.10.0", "pyside6>=6.11.0"]
requires-python = "<3.14,>=3.11"
readme = "README.md"
license = {text = "LicenseRef-Proprietary"}