Files
interview-backend/python-fastapi/pyproject.toml
2025-07-16 11:11:18 +08:00

10 lines
195 B
TOML

[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",
]