Skip to content

Commit

Permalink
Add dependency for jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd committed Oct 19, 2020
1 parent 75a202c commit 56077e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ requests>=2.13.0,<3.0.0
tqdm>=4.38.0,<5.0.0
pydantic>=1.5.0,<2.0.0
pytokenizations
jinja2>=2.1.0,<3.0.0
# Official Python utilities
setuptools
packaging>=20.0
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ install_requires =
requests>=2.13.0,<3.0.0
pydantic>=1.5.0,<2.0.0
pytokenizations
jinja2>=2.1.0,<3.0.0
# Official Python utilities
setuptools
packaging>=20.0
Expand Down

0 comments on commit 56077e7

Please sign in to comment.