Files
SemapForm/pyproject.toml
2025-09-28 11:06:59 +02:00

13 lines
256 B
TOML
Executable File

[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",
]