mirror of
https://github.com/tgorordo/carousel.git
synced 2026-06-12 20:42:13 -07:00
init cgi script and html form
This commit is contained in:
parent
740ae98027
commit
5da4a21a3f
9 changed files with 909 additions and 110 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue