From 792f78dc66e7e01c1e29bfaf1e96b5a03ec49cc6 Mon Sep 17 00:00:00 2001 From: dtrckd Date: Wed, 2 Oct 2024 11:40:53 +0200 Subject: [PATCH] fix: missing lib in requirements.txt --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4013187..18ec53b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,8 @@ dependencies = [ "cryptography==42.0.8", "structlog==24.2.0", "grist_api==0.1.0", + "jinja2==3.1.4", + ] # Packaging