From 4e6780ae22895ebdd4f0c07226b540ca4bd42978 Mon Sep 17 00:00:00 2001 From: juanifioren Date: Mon, 6 Jul 2015 18:07:06 -0300 Subject: [PATCH] Update PyJWT to version 1.3.0. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6cb6b9c..c77101e 100644 --- a/setup.py +++ b/setup.py @@ -36,10 +36,10 @@ setup( 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ], tests_require=[ - 'pyjwt==1.1.0' + 'pyjwt==1.3.0' ], install_requires=[ - 'pyjwt==1.1.0', + 'pyjwt==1.3.0', ], )