nicegui-api-test/pyproject.toml
2025-07-23 22:02:36 +02:00

11 lines
220 B
TOML

[project]
name = "nicegui-api-test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi[standard]>=0.116.1",
"nicegui>=2.21.1",
]