Skip to content

Commit

Permalink
tojson was added in jinja 2.9 (#563)
Browse files Browse the repository at this point in the history
* tojson was added in jinja 2.9

* requirements
  • Loading branch information
cmcarthur authored and drewbanin committed Oct 20, 2017
1 parent c643ac9 commit 3489e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
argparse>=1.2.1
Jinja2>=2.8
Jinja2>=2.9
PyYAML>=3.11
psycopg2==2.7.1
sqlparse==0.2.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'scripts/dbt',
],
install_requires=[
'Jinja2>=2.8',
'Jinja2>=2.9',
'PyYAML>=3.11',
'psycopg2==2.7.1',
'sqlparse==0.2.3',
Expand Down

0 comments on commit 3489e90

Please sign in to comment.