diff 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
line wrap: on
line diff
--- a/setup.py	Tue Feb 13 11:12:29 2018 -0800
+++ b/setup.py	Tue Feb 13 13:32:09 2018 -0800
@@ -161,7 +161,6 @@
     'Jinja2>=2.9.6',
     'Markdown>=2.6.2',
     'MarkupSafe>=1.0',
-    'misaka>=2.1.0',
     'paramiko>=2.0.0',
     'Pillow>=4.3.0',
     'Pygments>=2.0.2',