This commit is contained in:
尹舟 2025-07-18 17:17:34 +08:00
parent 29c5325038
commit 5282fd5521
2 changed files with 9 additions and 3 deletions

View File

@ -4,9 +4,7 @@ version = "1.0"
description = "yinzhou的python脚手架"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.116.1",
]
dependencies = []
[tool.uv]

8
uv.lock generated Normal file
View File

@ -0,0 +1,8 @@
version = 1
revision = 2
requires-python = ">=3.11"
[[package]]
name = "unified-python"
version = "1.0"
source = { virtual = "." }