fix: add jinja2 to requirements.txt (needed for email templating)
Some checks failed
CI / ruff (push) Has been cancelled
CI / pytest (push) Has been cancelled
CI / architecture (push) Has been cancelled
CI / dependency-scanning (push) Has been cancelled
CI / audit (push) Has been cancelled
CI / docs (push) Has been cancelled

This commit is contained in:
2026-02-11 22:49:35 +01:00
parent 0437af67ec
commit bfb9b3c119

View File

@@ -31,6 +31,9 @@ psutil>=5.9.0
# PDF generation # PDF generation
weasyprint==62.3 weasyprint==62.3
# Templating
Jinja2>=3.1.0
# Environment and configuration # Environment and configuration
python-dotenv==1.0.1 python-dotenv==1.0.1