Skip to content

Commit

Permalink
Require Werkzeug>=0.7, pallets#449.
Browse files Browse the repository at this point in the history
  • Loading branch information
rduplain committed Apr 24, 2012
1 parent 2262ce4 commit b31f2d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README
Expand Up @@ -17,10 +17,11 @@

~ What do I need?

Jinja 2.4 and Werkzeug 0.6.1. `pip` or `easy_install` will
install them for you if you do `easy_install Flask`.
I encourage you to use a virtualenv. Check the docs for
complete installation and usage instructions.
Jinja 2.4 and Werkzeug 0.7 or later.
`pip` or `easy_install` will install them for you if you do
`pip install Flask`. I encourage you to use a virtualenv.
Check the docs for complete installation and usage
instructions.

~ Where are the docs?

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -90,7 +90,7 @@ def run(self):
zip_safe=False,
platforms='any',
install_requires=[
'Werkzeug>=0.6.1',
'Werkzeug>=0.7',
'Jinja2>=2.4'
],
classifiers=[
Expand Down

0 comments on commit b31f2d9

Please sign in to comment.