File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Installation
27
27
Cryptographic Backends
28
28
----------------------
29
29
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.
31
31
The backend must be selected as an extra when installing python-jose.
32
32
If you do not select a backend, the native-python backend will be installed.
33
33
@@ -66,20 +66,6 @@ We recommend that you remove unnecessary dependencies in production.
66
66
67
67
The native-python backend cannot process certificates.
68
68
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
-
83
69
Usage
84
70
-----
85
71
You can’t perform that action at this time.
0 commit comments