mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
Version dependency on mistune
This commit is contained in:
parent
890f9cd88c
commit
5904b9094d
4
setup.py
4
setup.py
@ -273,8 +273,8 @@ extras_require = dict(
|
||||
test = ['nose>=0.10.1'],
|
||||
terminal = [],
|
||||
nbformat = ['jsonschema>=2.0', 'jsonpointer>=1.3'],
|
||||
notebook = ['tornado>=3.1', 'pyzmq>=2.1.11', 'jinja2', 'pygments', 'mistune'],
|
||||
nbconvert = ['pygments', 'jinja2', 'mistune']
|
||||
notebook = ['tornado>=3.1', 'pyzmq>=2.1.11', 'jinja2', 'pygments', 'mistune>=0.3'],
|
||||
nbconvert = ['pygments', 'jinja2', 'mistune>=0.3']
|
||||
)
|
||||
|
||||
if sys.version_info < (3, 3):
|
||||
|
Loading…
Reference in New Issue
Block a user