mirror of
https://codeberg.org/angestoepselt/imagestack.git
synced 2026-03-21 22:32:17 +00:00
22 lines
386 B
TOML
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",
|
|
]
|
|
|
|
|
|
|