comparison 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
comparison
equal deleted inserted replaced
2905:d9491cb81726 2906:7dbdbd132649
25 25
26 install_requires = [ 26 install_requires = [
27 'babel', 27 'babel',
28 'dbus-python', 28 'dbus-python',
29 'html2text', 29 'html2text',
30 'jinja2', 30 'jinja2>=2.10',
31 'langid', 31 'langid',
32 'lxml >= 3.1.0', 32 'lxml >= 3.1.0',
33 'markdown >= 3.0', 33 'markdown >= 3.0',
34 'miniupnpc', 34 'miniupnpc',
35 'mutagen', 35 'mutagen',