We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6def93 commit 8e6798dCopy full SHA for 8e6798d
requirements.in
@@ -6,6 +6,7 @@ requests==2.31.0
6
urllib3==1.26.18
7
# Installing cryptography backend since it is the recommended one: https://pypi.org/project/python-jose/
8
python-jose[cryptography]==3.3.0
9
+cryptography==42.0.4
10
PyYAML==6.0
11
pytest==7.2.2
12
pytest-mock==3.8.2
requirements.txt
@@ -24,8 +24,10 @@ charset-normalizer==2.1.1
24
# via requests
25
click==8.1.3
26
# via flask
27
-cryptography==42.0.2
28
- # via python-jose
+ # via
29
+ # -r requirements.in
30
+ # python-jose
31
ecdsa==0.18.0
32
# via python-jose
33
exceptiongroup==1.1.1
0 commit comments