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 8bf295c commit 816a923Copy full SHA for 816a923
setup.py
@@ -27,7 +27,7 @@ def get_version(package):
27
author_email = 'jpadilla@getblimp.com'
28
license = 'MIT'
29
install_requires = [
30
- 'PyJWT>=1.4.0,<2.0.0',
+ 'PyJWT>=1.5.1,<2.0.0',
31
]
32
33
0 commit comments