add nice-gui dep

This commit is contained in:
Florian Förster 2026-04-16 16:15:17 +02:00
parent 1abff8f45a
commit 425ebefff4
2 changed files with 1499 additions and 25 deletions

1518
pdm.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -5,8 +5,8 @@ description = "GUI for CRM of NAFKA project with WCE"
authors = [ authors = [
{name = "d-opt GmbH, resp. Florian Förster", email = "f.foerster@d-opt.com"}, {name = "d-opt GmbH, resp. Florian Förster", email = "f.foerster@d-opt.com"},
] ]
dependencies = [] dependencies = ["nicegui>=3.10.0"]
requires-python = ">=3.11" requires-python = "<3.14,>=3.11"
readme = "README.md" readme = "README.md"
license = {text = "LicenseRef-Proprietary"} license = {text = "LicenseRef-Proprietary"}
@ -143,6 +143,8 @@ dev = [
"pdoc3>=0.11.5", "pdoc3>=0.11.5",
"bump-my-version>=1.1.1", "bump-my-version>=1.1.1",
"nox>=2025.2.9", "nox>=2025.2.9",
"pywebview>=6.2.1",
"pythonnet==3.0.5",
] ]
nb = [ nb = [
"jupyterlab>=4.3.5", "jupyterlab>=4.3.5",