Skip to content

Commit 593a96f

Browse files
authored
Merge pull request github#5182 from RasmusWL/update-supported-python-frameworks-docs
Docs: Update list of support frameworks in Python
2 parents 3e1d2c3 + 4b9e37f commit 593a96f

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

docs/codeql/support/reusables/frameworks.rst

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,20 @@ JavaScript and TypeScript built-in support
123123
Python built-in support
124124
====================================
125125

126-
.. csv-table::
126+
.. csv-table::
127127
:header-rows: 1
128128
:class: fullWidthTable
129129
:widths: auto
130130

131131
Name, Category
132-
Bottle, Web framework
133-
CherryPy, Web framework
134-
Django, Web application framework
135-
Falcon, Web API framework
136-
Flask, Microframework
137-
Pyramid, Web application framework
138-
Tornado, Web application framework and asynchronous networking library
139-
Turbogears, Web framework
140-
Twisted, Networking engine
141-
WebOb, WSGI request library
132+
Django, Web framework
133+
Flask, Web framework
134+
Tornado, Web framework
135+
PyYAML, Serialization
136+
dill, Serialization
137+
fabric, Utility library
138+
invoke, Utility library
139+
mysql-connector-python, Database
140+
MySQLdb, Database
141+
psycopg2, Database
142+
sqlite3, Database

0 commit comments

Comments
 (0)