diff --git a/README.rst b/README.rst index 255ca5a..2200a70 100644 --- a/README.rst +++ b/README.rst @@ -3,8 +3,9 @@ requests-http-signature: A Requests auth module for HTTP Signature **requests-http-signature** is a `Requests `_ `authentication plugin `_ (``requests.auth.AuthBase`` subclass) implementing -the `IETF HTTP Signatures draft `_. It has no dependencies -outside the standard library. +the `IETF HTTP Signatures draft `_. It has no required +dependencies outside the standard library. If you wish to use algorithms other than HMAC, there is an optional +dependency on `cryptography `_. .. code-block:: python