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 --------------------------