feat: python

This commit is contained in:
heyong.fu
2026-05-06 11:21:42 +08:00
commit 0abf1ad3c4
62 changed files with 7598 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[project]
name = "test-uv"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.121.2",
"requests>=2.32.5",
"uvicorn>=0.38.0",
]
[dependency-groups]
dev = [
"httpx>=0.28.1",
"pytest>=9.0.1",
]