workshop-c-and-c/pyproject.toml
2025-11-05 15:38:34 +01:00

10 lines
217 B
TOML

[project]
name = "workshop-c-and-c-server"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.121.0",
"uvicorn>=0.38.0",
]