##// END OF EJS Templates
Bump mistune to 0.5 in notebook deps
Kyle Kelley -
Show More
@@ -270,7 +270,7 b' extras_require = dict('
270 test = ['nose>=0.10.1', 'requests'],
270 test = ['nose>=0.10.1', 'requests'],
271 terminal = [],
271 terminal = [],
272 nbformat = ['jsonschema>=2.0'],
272 nbformat = ['jsonschema>=2.0'],
273 notebook = ['tornado>=4.0', 'pyzmq>=2.1.11', 'jinja2', 'pygments', 'mistune>=0.3.1'],
273 notebook = ['tornado>=4.0', 'pyzmq>=2.1.11', 'jinja2', 'pygments', 'mistune>=0.5'],
274 nbconvert = ['pygments', 'jinja2', 'mistune>=0.3.1']
274 nbconvert = ['pygments', 'jinja2', 'mistune>=0.3.1']
275 )
275 )
276
276
General Comments 0
You need to be logged in to leave comments. Login now