initial pass at pollen and weather data

This commit is contained in:
Matthew Ryan Dillon 2025-05-26 17:16:31 -04:00
parent f3c3eb338e
commit 021cb68cdb
5 changed files with 860 additions and 0 deletions

14
pyproject.toml Normal file
View file

@ -0,0 +1,14 @@
[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"