Skip to content

Commit

Permalink
Merge pull request #198 from Alviner/hotfix/removeRedunantImport
Browse files Browse the repository at this point in the history
fix(docs): fill readme
  • Loading branch information
mosquito committed Nov 21, 2023
2 parents 7e85911 + 3a1e66f commit 22ae4a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -98,6 +98,8 @@ Complete table of extras bellow:
+-----------------------------------+------------------------------------------------+
| ``pip install aiomisc[rich]`` | You might using rich_ for logging |
+-----------------------------------+------------------------------------------------+
| ``pip install aiomisc[uvicorn]`` | For running ASGI_ application using uvicorn_ |
+-----------------------------------+------------------------------------------------+
| ``pip install aiomisc[uvloop]`` | use uvloop_ as a default event loop |
+-----------------------------------+------------------------------------------------+

Expand All @@ -111,6 +113,7 @@ Complete table of extras bellow:
.. _rich: https://pypi.org/project/rich
.. _sentry: https://sentry.io/
.. _uvloop: https://pypi.org/project/uvloop
.. _uvicorn: https://pypi.org/project/uvicorn

You can combine extras values by separating them with commas, for example:

Expand Down
2 changes: 1 addition & 1 deletion docs/source/services.rst
Expand Up @@ -668,7 +668,7 @@ HTTPS server. You must pass SSL-required options (see ``TLSServer`` class).
.. uvicorn-service:
uvicorn service
++++++++++++
+++++++++++++++

.. warning::

Expand Down

0 comments on commit 22ae4a0

Please sign in to comment.