Skip to content

Commit

Permalink
Added Jinja2 version requirement. This fixes #13
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Aug 24, 2011
1 parent be6dc20 commit 79feb61
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 @@ -11,5 +11,5 @@
entry_points = {
'console_scripts': ['run-rstblog = rstblog.cli:main'],
},
install_requires=['PyYAML', 'Babel', 'blinker', 'docutils', 'Jinja2', 'Werkzeug']
install_requires=['PyYAML', 'Babel', 'blinker', 'docutils', 'Jinja2>=2.4', 'Werkzeug']
)

0 comments on commit 79feb61

Please sign in to comment.