From f26a943b366b6fc5ecfabe61e501f45a474aabd2 Mon Sep 17 00:00:00 2001 From: Evan Fossier Date: Thu, 22 Jun 2017 17:15:43 -0700 Subject: [PATCH 1/2] Pin pyjwt --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d015561de6..bf93c6d45b 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ # # You need to have the setuptools module installed. Try reading the setuptools # documentation: http://pypi.python.org/pypi/setuptools -REQUIRES = ["requests >= 2.0.0", "six", "pytz", "PyJWT >= 1.4.2"] +REQUIRES = ["requests >= 2.0.0", "six", "pytz", "PyJWT == 1.5.1"] if sys.version_info < (3, 0): REQUIRES.extend(["cryptography >= 1.3.4", "idna >= 2.0.0", "pyOpenSSL >= 0.14"]) From ceacc31dab1c09be9a6a3e65f91972c1974cf0e2 Mon Sep 17 00:00:00 2001 From: Evan Fossier Date: Thu, 22 Jun 2017 17:19:36 -0700 Subject: [PATCH 2/2] Pin pyjwt again --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bf93c6d45b..c48cbc353b 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ # # You need to have the setuptools module installed. Try reading the setuptools # documentation: http://pypi.python.org/pypi/setuptools -REQUIRES = ["requests >= 2.0.0", "six", "pytz", "PyJWT == 1.5.1"] +REQUIRES = ["requests >= 2.0.0", "six", "pytz", "PyJWT == 1.5.0"] if sys.version_info < (3, 0): REQUIRES.extend(["cryptography >= 1.3.4", "idna >= 2.0.0", "pyOpenSSL >= 0.14"])