##// END OF EJS Templates
Add deps for nbconvert to HTML for 'notebook' target...
Thomas Kluyver -
Show More
@@ -273,8 +273,8 b' extras_require = dict('
273 test = ['nose>=0.10.1'],
273 test = ['nose>=0.10.1'],
274 terminal = [],
274 terminal = [],
275 nbformat = ['jsonschema>=2.0', 'jsonpointer>=1.3'],
275 nbformat = ['jsonschema>=2.0', 'jsonpointer>=1.3'],
276 notebook = ['tornado>=3.1', 'pyzmq>=2.1.11', 'jinja2'],
276 notebook = ['tornado>=3.1', 'pyzmq>=2.1.11', 'jinja2', 'pygments', 'mistune'],
277 nbconvert = ['pygments', 'jinja2', 'Sphinx>=0.3', 'mistune']
277 nbconvert = ['pygments', 'jinja2', 'mistune']
278 )
278 )
279
279
280 if sys.version_info < (3, 3):
280 if sys.version_info < (3, 3):
General Comments 0
You need to be logged in to leave comments. Login now