From 28bd5ca47e2057e1dc0d419d813c8598917ab98a Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Fri, 26 Jan 2024 03:13:57 -0700 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) 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: