From bfb9b3c119cca74e1750c68e0744ff1083cb5764 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Wed, 11 Feb 2026 22:49:35 +0100 Subject: [PATCH] fix: add jinja2 to requirements.txt (needed for email templating) --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 70675350..cdfb48af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,6 +31,9 @@ psutil>=5.9.0 # PDF generation weasyprint==62.3 +# Templating +Jinja2>=3.1.0 + # Environment and configuration python-dotenv==1.0.1