📝 更新 README.md,添加项目特点、服务支持及鸣谢信息;更新 pyproject.toml,添加依赖项;创建 uv.lock 文件以管理依赖版本。

This commit is contained in:
2025-04-27 22:11:35 +08:00
parent 1d35ab21f8
commit b634352c95
3 changed files with 236 additions and 1 deletions

View File

@@ -4,4 +4,7 @@ version = "7.0.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
dependencies = [
"fastapi>=0.115.12",
"pydantic>=2.11.3",
]