comparison setup.py @ 1061:8178671f9a04

formatters: Remove Hoedown formatter, split it off to a pluging. Its availability was spotty depending on the platform (because `misaka` doesn't have binaries available for even Windows, for instance). So it was split off to a plugin that the user can install if needed.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 13 Feb 2018 13:32:09 -0800
parents 54eb8ad9e809
children 7f7f91275578
comparison
equal deleted inserted replaced
1060:3678cddf99f9 1061:8178671f9a04
159 'Flask-Login>=0.3.2', 159 'Flask-Login>=0.3.2',
160 'Inukshuk>=0.1.1', 160 'Inukshuk>=0.1.1',
161 'Jinja2>=2.9.6', 161 'Jinja2>=2.9.6',
162 'Markdown>=2.6.2', 162 'Markdown>=2.6.2',
163 'MarkupSafe>=1.0', 163 'MarkupSafe>=1.0',
164 'misaka>=2.1.0',
165 'paramiko>=2.0.0', 164 'paramiko>=2.0.0',
166 'Pillow>=4.3.0', 165 'Pillow>=4.3.0',
167 'Pygments>=2.0.2', 166 'Pygments>=2.0.2',
168 'pystache>=0.5.4', 167 'pystache>=0.5.4',
169 'python-dateutil>=2.4.2', 168 'python-dateutil>=2.4.2',