Skip to content

Commit e50c7a6

Browse files
committed
Limit PyJWT to <2.0.0
1 parent bde942d commit e50c7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
packages=['apns2'],
99
install_requires=[
1010
'hyper>=0.7',
11-
'PyJWT>=1.4.0',
11+
'PyJWT>=1.4.0,<2.0.0',
1212
'cryptography>=1.7.2',
1313
],
1414
extras_require={

0 commit comments

Comments
 (0)