Skip to content

Commit

Permalink
Limit PyJWT to <2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0Ger committed Dec 30, 2020
1 parent bde942d commit e50c7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
packages=['apns2'],
install_requires=[
'hyper>=0.7',
'PyJWT>=1.4.0',
'PyJWT>=1.4.0,<2.0.0',
'cryptography>=1.7.2',
],
extras_require={
Expand Down

0 comments on commit e50c7a6

Please sign in to comment.