From 8cd6175c35faa31465099ac376e067c3018ee003 Mon Sep 17 00:00:00 2001 From: "igor.mursa" Date: Tue, 6 Dec 2022 17:18:32 +0100 Subject: [PATCH] Remove PyJWT version constraint --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ]