Skip to content

Commit

Permalink
specified dependency on Jinja>=2.5.0, as pyramid_jinja2 depends on ji…
Browse files Browse the repository at this point in the history
…nja2.Environment.install_gettext_callables method added in that version
  • Loading branch information
tch committed May 5, 2011
1 parent 192ad68 commit 131bb97
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 @@ -22,7 +22,7 @@

requires = [
'pyramid>=1.0',
'Jinja2'
'Jinja2>=2.5.0'
]

setup(name='pyramid_jinja2',
Expand Down

0 comments on commit 131bb97

Please sign in to comment.