Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylmakalle committed Mar 31, 2024
1 parent 5643a07 commit 8d9295c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-e '.[async]'

Flask==1.1.1
djangorestframework==3.12.4
django==3.1.8
Expand All @@ -10,9 +12,4 @@ uvicorn==0.13.4
coverage==5.5
werkzeug==2.0.1

# https://github.com/jpadilla/pyjwt/issues/311#issuecomment-798830656
# PyJWT==2.0.1
https://github.com/Kylmakalle/pyjwt/archive/devicecheck-pubkey-verify.zip
requests==2.25.1
cryptography==3.4.7
requests-mock==1.8.0
requests-mock==1.8.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_version(rel_path):
],
install_requires=[
"requests>=2.20.0",
"pyjwt>=2.0.0",
"pyjwt>=2.8.0",
"cryptography>=3.4.7"
],
extras_require={
Expand Down

0 comments on commit 8d9295c

Please sign in to comment.