init commit

This commit is contained in:
YuanHui
2025-12-25 21:07:25 +08:00
commit 8098976eed
8 changed files with 9266 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "mock-server"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.124.2",
"uvicorn>=0.38.0",
]