From f9846b905528fe9f6eecca86faf47d3a775f1b3b Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 9 Jun 2013 12:46:01 +0100 Subject: [PATCH] Added requirements for Python 3 --- docs/python3.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/python3.rst b/docs/python3.rst index 5686a9c4..5dc23486 100644 --- a/docs/python3.rst +++ b/docs/python3.rst @@ -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 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 -------------