Files
2026-07-28 13:57:54 +08:00

33 lines
638 B
TOML

[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "tao.chen", email = "93983997+taochen-ct@users.noreply.github.com" }
]
requires-python = ">=3.12"
dependencies = [
"boto3>=1.43.57",
"fastapi>=0.140.0",
"httpx>=0.28.1",
"loguru>=0.7.3",
"pydantic>=2.13.4",
"uvicorn>=0.51.0",
]
[project.scripts]
backend = "backend:main"
[[tool.uv.index]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
default = true
[tool.uv.sources]
common = { workspace = true }
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"