15 lines
302 B
TOML
15 lines
302 B
TOML
[project]
|
|
name = "aigc-backend"
|
|
version = "0.1.0"
|
|
description = "AIGC Backend - FastAPI server for RTC AIGC Demo"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"fastapi>=0.110.0",
|
|
"uvicorn[standard]>=0.29.0",
|
|
"httpx>=0.27.0",
|
|
"python-multipart>=0.0.9",
|
|
]
|
|
|
|
[tool.uv]
|
|
dev-dependencies = []
|