mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
require mistune 0.3.1
changed signatures
This commit is contained in:
parent
d093237f2f
commit
6d292040b4
4
setup.py
4
setup.py
@ -276,8 +276,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>=0.3'],
|
||||
nbconvert = ['pygments', 'jinja2', 'mistune>=0.3']
|
||||
notebook = ['tornado>=3.1', 'pyzmq>=2.1.11', 'jinja2', 'pygments', 'mistune>=0.3.1'],
|
||||
nbconvert = ['pygments', 'jinja2', 'mistune>=0.3.1']
|
||||
)
|
||||
|
||||
if sys.version_info < (3, 3):
|
||||
|
Loading…
Reference in New Issue
Block a user