PillarTool/pyproject.toml

11 lines
206 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",
"jinja2>=3.1.6",
]