Added requirements for Python 3
This commit is contained in:
parent
0ac9582113
commit
f9846b9055
1 changed files with 9 additions and 0 deletions
|
|
@ -7,6 +7,15 @@ Flask and all of its dependencies support Python 3 so you can in theory
|
||||||
start working on it already. There are however a few things you should be
|
start working on it already. There are however a few things you should be
|
||||||
aware of before you start using Python 3 for your next project.
|
aware of before you start using Python 3 for your next project.
|
||||||
|
|
||||||
|
Requirements
|
||||||
|
------------
|
||||||
|
|
||||||
|
If you want to use Flask with Python 3 you will need to use Python 3.3 or
|
||||||
|
higher. 3.2 and older are *not* supported.
|
||||||
|
|
||||||
|
In addition to that you need to use the latest and greatest versions of
|
||||||
|
`itsdangerous`, `Jinja2` and `Werkzeug`.
|
||||||
|
|
||||||
API Stability
|
API Stability
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue