add base files

This commit is contained in:
2025-09-28 11:06:59 +02:00
parent a0f05e8eb5
commit 12a02b07b6
14 changed files with 1128 additions and 0 deletions

12
pyproject.toml Executable file
View File

@@ -0,0 +1,12 @@
[project]
name = "semapform"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.117.1",
"jinja2>=3.1.6",
"python-multipart>=0.0.20",
"uvicorn>=0.37.0",
]