11 lines
212 B
TOML
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",
|
|
]
|