Skip to content

Commit

Permalink
docs: Changed table in web-framework-integration to bulleted list (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkevinzheng committed Mar 26, 2024
1 parent f3ce876 commit a4aa3a7
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions docs/web-framework-integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@ Flask

Flask integration has been tested to work with the following versions of Flask:

=============== ==============
Python version Flask versions
=============== ==============
3.7 >=1.0.0
3.8 >=1.0.0
3.9 >=1.0.0
3.10 >=1.0.3
3.11 >=1.0.3
3.12 >=1.0.3
=============== ==============
- Python 3.7 - 3.9:

- Flask >=1.0.0

- Python >=3.10:

- Flask >=1.0.3

Be sure to :doc:`set up logging </std-lib-integration>` before declaring the Flask app.

0 comments on commit a4aa3a7

Please sign in to comment.