setup fastapi

This commit is contained in:
Your Name
2025-07-16 11:11:18 +08:00
parent 9904e9ac2c
commit 2bec3d5734
3 changed files with 633 additions and 0 deletions

View File

@ -0,0 +1,9 @@
[project]
name = "python-fastapi"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.116.1",
]