diff setup.py @ 2906:7dbdbd132649

template (i18n): activate ext.i18n.trimmed policy, to have clean translation strings. Set minimal jinja2 version to 2.10
author Goffi <goffi@goffi.org>
date Sun, 14 Apr 2019 08:21:51 +0200
parents da0193ae1c24
children b2c9b85372de
line wrap: on
line diff
--- a/setup.py	Wed Apr 10 22:15:29 2019 +0200
+++ b/setup.py	Sun Apr 14 08:21:51 2019 +0200
@@ -27,7 +27,7 @@
     'babel',
     'dbus-python',
     'html2text',
-    'jinja2',
+    'jinja2>=2.10',
     'langid',
     'lxml >= 3.1.0',
     'markdown >= 3.0',