initial pass at pollen and weather data
This commit is contained in:
parent
f3c3eb338e
commit
021cb68cdb
5 changed files with 860 additions and 0 deletions
14
pyproject.toml
Normal file
14
pyproject.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue