From c8e1f07c52c5d3bf0465fd2011e67bf7b3ac4409 Mon Sep 17 00:00:00 2001 From: architkulkarni Date: Tue, 2 Feb 2021 14:37:55 -0800 Subject: [PATCH] remove starlette install instruction (#13869) --- doc/source/serve/faq.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/source/serve/faq.rst b/doc/source/serve/faq.rst index 734293ec4..6faa57112 100644 --- a/doc/source/serve/faq.rst +++ b/doc/source/serve/faq.rst @@ -95,14 +95,6 @@ and custom middlewares in Starlette format. The example below shows how to enabl `Cross-Origin Resource Sharing (CORS) `_. You can follow the same pattern for other Starlette middlewares. -.. note:: - - Serve does not list ``Starlette`` as one of its dependencies. To utilize this feature, - you will need to: - - .. code-block:: bash - - pip install starlette .. code-block:: python