Skip to content

Commit 1a83c86

Browse files
committed
Reorganize supported libraries and frameworks section
1 parent 2e7ed1f commit 1a83c86

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,18 @@ Zen operates autonomously on the same server as your Python app to:
3232

3333
Zen for Python 3 is compatible with:
3434

35-
### Web frameworks
36-
37-
*[Django](docs/django.md) (WSGI only)
35+
### WSGI
36+
*[Django](docs/django.md)
3837
*[Flask](docs/flask.md) ^2.2.4
38+
#### WSGI Servers
39+
*[Gunicorn](docs/gunicorn.md)
40+
*[uWSGI](docs/uwsgi.md)
41+
42+
### ASGI
3943
*[Quart](docs/quart.md)
4044
*[Starlette](docs/starlette.md)
4145
*[FastAPI](docs/fastapi.md)
4246

43-
44-
### WSGI servers
45-
*[Gunicorn](docs/gunicorn.md)
46-
*[uWSGI](docs/uwsgi.md)
47-
4847
### Database drivers
4948
*[`mysqlclient`](https://pypi.org/project/mysqlclient/) ^1.5
5049
*[`PyMySQL`](https://pypi.org/project/PyMySQL/) ^0.9

0 commit comments

Comments
 (0)