From 4ffd675db432f8d1f25c9e8112195f62b51caa93 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Mon, 17 Nov 2014 22:07:57 +0300 Subject: Fix docs - python-rsa is not used --- oauthlib/oauth1/rfc5849/signature.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/oauthlib/oauth1/rfc5849/signature.py b/oauthlib/oauth1/rfc5849/signature.py index b3a419c..f2d7ee4 100644 --- a/oauthlib/oauth1/rfc5849/signature.py +++ b/oauthlib/oauth1/rfc5849/signature.py @@ -477,8 +477,6 @@ def sign_rsa_sha1(base_string, rsa_private_key): with the server that included its RSA public key (in a manner that is beyond the scope of this specification). - NOTE: this method requires the python-rsa library. - .. _`section 3.4.3`: http://tools.ietf.org/html/rfc5849#section-3.4.3 .. _`RFC3447, Section 8.2`: http://tools.ietf.org/html/rfc3447#section-8.2 -- cgit v1.2.1