Files
hello-world/pyproject.toml
2025-04-13 20:35:48 -03:00

11 lines
212 B
TOML

[project]
name = "dokku-hello-world"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.115.12",
"uvicorn>=0.34.1",
]