Skip to content

Commit 7dda679

Browse files
authored
Merge pull request #236 from asherf/crypto
update docs for the removal of pycrypto
2 parents 1c5f203 + 2dddd41 commit 7dda679

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.rst

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Installation
2727
Cryptographic Backends
2828
----------------------
2929

30-
As of 3.1.0, python-jose implements four different cryptographic backends.
30+
As of 3.1.0, python-jose implements three different cryptographic backends.
3131
The backend must be selected as an extra when installing python-jose.
3232
If you do not select a backend, the native-python backend will be installed.
3333

@@ -66,20 +66,6 @@ We recommend that you remove unnecessary dependencies in production.
6666

6767
The native-python backend cannot process certificates.
6868

69-
#. pycrypto
70-
71-
* This backend uses `pycrypto`_ for all cryptographic operations.
72-
* Installation: ``pip install python-jose[pycrypto]``
73-
* Unused dependencies:
74-
75-
* ``rsa``
76-
77-
.. warning::
78-
79-
The `pycrypto`_ project has not been maintained since 2013.
80-
This backend is maintained for legacy compatibility purposes only.
81-
Do not use this backend unless you cannot use any of the others.
82-
8369
Usage
8470
-----
8571

0 commit comments

Comments
 (0)