We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde942d commit e50c7a6Copy full SHA for e50c7a6
setup.py
@@ -8,7 +8,7 @@
8
packages=['apns2'],
9
install_requires=[
10
'hyper>=0.7',
11
- 'PyJWT>=1.4.0',
+ 'PyJWT>=1.4.0,<2.0.0',
12
'cryptography>=1.7.2',
13
],
14
extras_require={
0 commit comments