mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
Bump mistune to 0.5 in notebook deps
This commit is contained in:
parent
dbf11e02fd
commit
9c259a4439
2
setup.py
2
setup.py
@ -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']
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user