imagestack/tools/angestoepselt_typst/pyproject.toml
2025-06-04 22:02:58 +02:00

22 lines
386 B
TOML

[project]
name = "typst-as-a-service"
version = "0.1.0"
description = "Typst as a service."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi[standard]>=0.115.12",
"prometheus-fastapi-instrumentator>=7.1.0",
"pydantic>=2.11.2",
"slowapi>=0.1.9",
"typst>=0.13.2",
"uvicorn>=0.34.0",
]
[dependency-groups]
dev = [
"ruff>=0.11.4",
]