Skip to content

Commit

Permalink
OKTA-721777: address python jose concerns (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanapellanes-okta authored May 18, 2024
1 parent f8d7bd1 commit 4227d17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pip-instll.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

pip install -r requirements.txt --no-deps python-jose
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ pyyaml
xmltodict
yarl
pycryptodomex
python-jose==3.3.0
ecdsa==0.19.0
python-jose[cryptography]
aenum
pydash
flake8
Expand Down

0 comments on commit 4227d17

Please sign in to comment.