Dateien nach "backend" hochladen

This commit is contained in:
2026-04-21 12:08:16 +00:00
parent 13fa2d74e9
commit 0a32b1c47e
+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"