Skip to content

Commit

Permalink
We need Jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Oct 13, 2013
1 parent 523d4c7 commit df1be25
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
@@ -1,3 +1,4 @@
Jinja2 < 3.0.0
changes < 1.0.0
coverage < 4.0.0
docopt < 1.0.0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
package_dir={'remarkable': 'remarkable'},
include_package_data=True,
install_requires=[
'Jinja2 < 3.0.0',
'docopt < 1.0.0',
],
entry_points={
Expand Down

0 comments on commit df1be25

Please sign in to comment.