From 4b80cf9f43d7f2c5f8027d955ddf528bfb28fd75 Mon Sep 17 00:00:00 2001 From: M Pacer Date: Mon, 24 Jul 2017 19:42:11 -0700 Subject: [PATCH] Add recent mistune release to avoid other people hitting #328 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5ea33b374..095655ba1 100644 --- a/setup.py +++ b/setup.py @@ -185,7 +185,7 @@ def run(self): setuptools_args = {} install_requires = setuptools_args['install_requires'] = [ - 'mistune!=0.6', + 'mistune>=0.7.4', 'jinja2', 'pygments', 'traitlets>=4.2',