Skip to content

Commit 4b9e37f

Browse files
committed
Docs: Update list of support frameworks in Python
So it follows what is we actually support with https://github.com/github/codeql/blob/6eafa9d3968a9f4752ef07e7d5159699591079c3/python/ql/src/semmle/python/Frameworks.qll
1 parent 1c2b9f9 commit 4b9e37f

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
@@ -122,19 +122,20 @@ JavaScript and TypeScript built-in support
122122
Python built-in support
123123
====================================
124124

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

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

0 commit comments

Comments
 (0)