pyproject.toml gelöscht

This commit is contained in:
2026-04-21 12:03:24 +00:00
parent 646403451b
commit 3f94f9afb6
-15
View File
@@ -1,15 +0,0 @@
[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"