Skip to content

Commit 4227d17

Browse files
OKTA-721777: address python jose concerns (#404)
1 parent f8d7bd1 commit 4227d17

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pip-instll.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
pip install -r requirements.txt --no-deps python-jose

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ pyyaml
44
xmltodict
55
yarl
66
pycryptodomex
7-
python-jose==3.3.0
8-
ecdsa==0.19.0
7+
python-jose[cryptography]
98
aenum
109
pydash
1110
flake8

0 commit comments

Comments
 (0)