diff setup.py @ 3061:948833e3b542

tools (common/template): removed warning catches, jinja2>=2.10.3 now handles them correctly
author Goffi <goffi@goffi.org>
date Fri, 18 Oct 2019 17:51:44 +0200
parents 8b36e5c3f28f
children daed12db819d
line wrap: on
line diff
--- a/setup.py	Fri Oct 18 14:45:07 2019 +0200
+++ b/setup.py	Fri Oct 18 17:51:44 2019 +0200
@@ -27,7 +27,7 @@
     'babel',
     'dbus-python',
     'html2text',
-    'jinja2>=2.10',
+    'jinja2>=2.10.3',
     'langid',
     'lxml >= 3.1.0',
     'markdown >= 3.0',