From: Marcelo Trylesinski Date: Fri, 26 Jan 2024 10:13:57 +0000 (-0700) Subject: Update README.md X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2FKludex-patch-1;p=thirdparty%2Ffastapi%2Ffastapi.git Update README.md --- diff --git a/README.md b/README.md index 2df5cba0bd..9d4ff1d890 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: