Mercurial > libervia-backend
comparison 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 |
comparison
equal
deleted
inserted
replaced
3060:730bbed77a89 | 3061:948833e3b542 |
---|---|
25 | 25 |
26 install_requires = [ | 26 install_requires = [ |
27 'babel', | 27 'babel', |
28 'dbus-python', | 28 'dbus-python', |
29 'html2text', | 29 'html2text', |
30 'jinja2>=2.10', | 30 'jinja2>=2.10.3', |
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', |