Files
fastapi_server/pyproject.toml

15 lines
308 B
TOML

[project]
name = "py-server"
version = "0.1.0"
description = "Async API server scaffold inspired by the Hyperf app layering."
requires-python = ">=3.14"
dependencies = [
"fastapi>=0.136.0",
"pydantic-settings>=2.14.0",
"uvicorn[standard]>=0.49.0",
]
[tool.pyright]
venvPath = "."
venv = ".venv"