trmnl-report/pyproject.toml
2025-06-23 06:22:37 -04:00

15 lines
280 B
TOML

[project]
name = "trmnl-report"
version = "0.1.0"
description = "Custom TRMNL plugin"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.115.12",
"httpx>=0.28.1",
"cachetools>=5.0.0",
]
[tool.pyright]
venvPath = "."
venv = ".venv"