feat: add backend

This commit is contained in:
2026-05-27 19:44:03 +08:00
parent 93505fdaab
commit 88a0c45f5b
7 changed files with 355 additions and 0 deletions

11
backend/pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "amt-backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.136.3",
"httpx>=0.28.1",
"uvicorn>=0.48.0",
]