Dateien nach "/" hochladen

This commit is contained in:
2026-04-21 12:02:22 +00:00
parent 255e2b7401
commit 8815ea2643
5 changed files with 77 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[project]
name = "triage-backend"
version = "0.1.0"
description = "Backend API for language-independent triage pre-assessment."
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115.0",
"uvicorn[standard]>=0.29.0",
"pydantic>=2.6.0"
]
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"