Sublink / app /pyproject.toml
BirkhoffLee's picture
feat: 配置好了代理转发架构
4c031a8 unverified
raw
history blame contribute delete
134 Bytes
[project]
name = "app"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115.0",
"uvicorn>=0.32.0",
]