diff --git a/setup.py b/setup.py index bd2d31fa..d3f2151a 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def get_version(package): author_email = 'jpadilla@getblimp.com' license = 'MIT' install_requires = [ - 'PyJWT>=1.5.2,<2.0.0', + 'PyJWT>=1.5.2', ]