Add jinja templating to script writer

This commit is contained in:
Esa Kataja
2025-07-02 20:49:47 +03:00
parent cefd878059
commit aa47fd5ddb
6 changed files with 212 additions and 112 deletions
+1
View File
@@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"httpx>=0.28.1",
"jinja2>=3.1.6",
"pydantic>=2.9.2",
"python-dotenv>=1.0.1",
"selectolax>=0.3.31",