Commit 8931893
Gasper Zejn
Implement optional backends for python-jose as setup.py extras. This allows
installing running pip install python-jose[cryptography] to install with
cryptography. Supported backends libraries are cryptography, pycrypto and
cryptodome.1 parent 7403dff commit 8931893
1 file changed
+7
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
38 | 30 | | |
39 | 31 | | |
40 | 32 | | |
| |||
63 | 55 | | |
64 | 56 | | |
65 | 57 | | |
66 | | - | |
| 58 | + | |
| 59 | + | |
67 | 60 | | |
0 commit comments