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