Skip to content

Commit

Permalink
require jinja2 to pick up pallets/jinja#718
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Aug 20, 2019
1 parent 3592afd commit 73af5df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -133,7 +133,8 @@ def run(self):
setup_args['install_requires'] = [
'notebook>=4.3.1',
'tornado!=6.0.0, !=6.0.1, !=6.0.2',
'jupyterlab_server~=1.0.0'
'jupyterlab_server~=1.0.0',
'jinja2>=2.10'
]

setup_args['extras_require'] = {
Expand Down

0 comments on commit 73af5df

Please sign in to comment.