Skip to content

Commit

Permalink
Merge pull request #630 from mpacer/master
Browse files Browse the repository at this point in the history
Add recent mistune release to avoid other people hitting #328
  • Loading branch information
takluyver authored Jul 25, 2017
2 parents 4af6b64 + 4b80cf9 commit 0fec557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def run(self):

setuptools_args = {}
install_requires = setuptools_args['install_requires'] = [
'mistune!=0.6',
'mistune>=0.7.4',
'jinja2',
'pygments',
'traitlets>=4.2',
Expand Down

0 comments on commit 0fec557

Please sign in to comment.