Skip to content

Commit b31f2d9

Browse files
committed
Require Werkzeug>=0.7, pallets#449.
1 parent 2262ce4 commit b31f2d9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717

1818
~ What do I need?
1919

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

2526
~ Where are the docs?
2627

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def run(self):
9090
zip_safe=False,
9191
platforms='any',
9292
install_requires=[
93-
'Werkzeug>=0.6.1',
93+
'Werkzeug>=0.7',
9494
'Jinja2>=2.4'
9595
],
9696
classifiers=[

0 commit comments

Comments
 (0)