feat(ui): replace configuration editors with graphical forms
CI / javascript-check (push) Successful in 14s
CI / container-policy (push) Successful in 4s
CI / python-tests (push) Successful in 1m48s
CI / container-verify (push) Skipped
CI / container-publish (push) Successful in 49s

This commit is contained in:
BartelLuis
2026-09-14 21:52:39 +02:00
parent 9a6dea34c4
commit 7b979e6243
22 changed files with 1603 additions and 81 deletions
+3 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "proxmox-ais-server"
version = "0.9.2"
version = "0.9.3"
description = "Controlled Proxmox automated installation and resumable post-installation"
readme = "README.md"
requires-python = ">=3.12"
@@ -15,6 +15,7 @@ dependencies = [
"jinja2==3.1.6",
"python-multipart==0.0.32",
"cryptography==50.0.1",
"passlib==1.7.4",
"tomli-w==1.2.0",
"jsonschema==4.26.0",
"tzdata==2026.4",
@@ -22,6 +23,7 @@ dependencies = [
[project.optional-dependencies]
dev = ["pytest==9.1.1", "httpx==0.28.1"]
browser = ["playwright==1.62.0"]
[project.scripts]
proxmox-ais = "provisioner.cli:main"