From b8e4f65daa2d3128c65d29af217dcf6ffd31caba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikolas=20F=C3=B6rster?= Date: Wed, 14 Jul 2021 14:55:16 +0200 Subject: [PATCH] fix #30 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7087fd0..3a65420 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ 'pymongo>=3.11.3', 'matplotlib>=3.3.4', 'gitpython >=3.1.14', - 'Jinja2 >= 3.01', + 'Jinja2 >= 3.0.1', 'fpdf2>=2.3.1'], license="GNU General Public License v3", long_description=readme + '\n\n' + history,