jinja2 support

This commit is contained in:
2025-09-16 16:05:01 +02:00
parent 2000370544
commit 5ce72ffb25
8 changed files with 647 additions and 36 deletions

View File

@@ -8,7 +8,7 @@ version = "0.1.0"
description = "Utilities for working with LLMs"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []
dependencies = ["jinja2>=3.0.0"]
authors = [
{name = "Alexander Thiess", email = "thiess.alexander@googlemail.com"}
]