Skip to content

Commit

Permalink
Make sure we use Jinja2 >= 2.10.1, and less than 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Apr 13, 2019
1 parent 59afd76 commit c038e84
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 @@ -103,7 +103,7 @@ def do_run(self, builder: str, output_dir: str):
install_requires = [
'colorama==0.4.*',
'isodatetime==1!2.0.*',
'jinja2==2.10',
'jinja2>=2.10.1, <2.11.0',
'markupsafe==1.1.*',
'python-jose==3.0.*',
'pyzmq==18.0.*'
Expand Down

0 comments on commit c038e84

Please sign in to comment.