diff --git a/README.md b/README.md index 2df5cba0b..9d4ff1d89 100644 --- a/README.md +++ b/README.md @@ -464,7 +464,6 @@ Used by Starlette: * python-multipart - Required if you want to support form "parsing", with `request.form()`. * itsdangerous - Required for `SessionMiddleware` support. * pyyaml - Required for Starlette's `SchemaGenerator` support (you probably don't need it with FastAPI). -* ujson - Required if you want to use `UJSONResponse`. Used by FastAPI / Starlette: