From 537630b983245cc137f609c3e6247d6d68ebdea5 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sat, 5 Apr 2025 23:29:13 +0100 Subject: [PATCH] Remove incorrect reference to an "asyncio" installation extra (Fixes #1449) --- docs/server.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/server.rst b/docs/server.rst index eb91c29..9432a17 100644 --- a/docs/server.rst +++ b/docs/server.rst @@ -19,12 +19,6 @@ command:: pip install python-socketio -If you plan to build an asynchronous web server based on the ``asyncio`` -package, then you can install this package and some additional dependencies -that are needed with:: - - pip install "python-socketio[asyncio]" - Creating a Server Instance --------------------------