Bump mistune to 0.5 in notebook deps

This commit is contained in:
Kyle Kelley 2014-12-05 10:07:33 -06:00
parent dbf11e02fd
commit 9c259a4439

View File

@ -270,7 +270,7 @@ extras_require = dict(
test = ['nose>=0.10.1', 'requests'],
terminal = [],
nbformat = ['jsonschema>=2.0'],
notebook = ['tornado>=4.0', 'pyzmq>=2.1.11', 'jinja2', 'pygments', 'mistune>=0.3.1'],
notebook = ['tornado>=4.0', 'pyzmq>=2.1.11', 'jinja2', 'pygments', 'mistune>=0.5'],
nbconvert = ['pygments', 'jinja2', 'mistune>=0.3.1']
)