Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
derlih committed Nov 14, 2020
1 parent 9a0ca20 commit 155a7e1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/glossary.rst
Expand Up @@ -27,6 +27,14 @@

https://pypi.python.org/pypi/asyncio/

brotlipy

This library contains Python bindings for the reference Brotli
encoder/decoder. This allows Python software to use the Brotli
compression algorithm directly from Python code.

https://pypi.org/project/brotlipy/

callable

Any object that can be called. Use :func:`callable` to check
Expand Down
6 changes: 6 additions & 0 deletions docs/index.rst
Expand Up @@ -168,6 +168,12 @@ Dependencies
$ pip install aiodns
- *Optional* :term:`brotlipy` for Brotli client compression support.

.. code-block:: bash
$ pip install brotlipy
Communication channels
======================
Expand Down

0 comments on commit 155a7e1

Please sign in to comment.