From 812475df32b9b11e91462da77d95bb68c00074bc Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Tue, 22 Aug 2017 12:09:30 -0700 Subject: [PATCH] Document dependency on cryptography --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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