PillarTool/pyproject.toml
2025-12-21 15:58:50 +01:00

10 lines
185 B
TOML

[project]
name = "pillartool"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.126.0",
"hypercorn>=0.18.0",
]