We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2262ce4 commit b31f2d9Copy full SHA for b31f2d9
README
@@ -17,10 +17,11 @@
17
18
~ What do I need?
19
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.
+ 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
24
+ instructions.
25
26
~ Where are the docs?
27
setup.py
@@ -90,7 +90,7 @@ def run(self):
90
zip_safe=False,
91
platforms='any',
92
install_requires=[
93
- 'Werkzeug>=0.6.1',
+ 'Werkzeug>=0.7',
94
'Jinja2>=2.4'
95
],
96
classifiers=[
0 commit comments