init cgi script and html form

This commit is contained in:
Thomas (Tom) C. Gorordo 2025-04-25 17:14:46 -07:00
parent 740ae98027
commit 5da4a21a3f
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
9 changed files with 909 additions and 110 deletions

View file

@ -10,7 +10,6 @@ dependencies = [
"numpy>=2.2.4",
"polars>=1.26.0",
"pyside6>=6.9.0",
"pytest-benchmark>=5.1.0",
"rich>=14.0.0",
]
@ -28,11 +27,17 @@ dev = [
"pyinstaller>=6.12.0",
"pyright>=1.1.398",
"pytest>=8.3.5",
"pytest-benchmark>=5.1.0",
"ruff>=0.11.2",
]
srv = [
"legacy-cgi>=2.6.3",
"python-dotenv>=1.1.0",
]
[pytest]
testpaths = "test"
log_cli = true
[tool.pyright]
include = ["src"]