Skip to content

Commit

Permalink
Require Jinja2 >= 2.11
Browse files Browse the repository at this point in the history
... because we are using pathlib.Path.
  • Loading branch information
mgeier committed Aug 25, 2020
1 parent efc5341 commit 7dd5d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
python_requires='>=3.6',
install_requires=[
'sphinx>=3.1.2',
'jinja2>=2.11', # suport for pathlib.Path
],
author='Matthias Geier',
author_email='Matthias.Geier@gmail.com',
Expand Down

0 comments on commit 7dd5d85

Please sign in to comment.