unified_python/pyproject.toml
2025-08-06 17:26:07 +08:00

17 lines
319 B
TOML

[project]
name = "unified-python"
version = "1.0"
description = "yinzhou的python脚手架"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.116.1",
"pydub>=0.25.1",
"requests>=2.32.4",
"uvicorn>=0.35.0",
]
[tool.uv]
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple/"