14 lines
255 B
TOML
14 lines
255 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",
|
|
]
|
|
|
|
[tool.pyright]
|
|
venvPath = "."
|
|
venv = ".venv"
|