From ca07b8c7eb06fc29322ece474421f31b15299597 Mon Sep 17 00:00:00 2001 From: juanifioren Date: Wed, 3 Feb 2016 15:54:14 -0300 Subject: [PATCH] Update pyjwkest to version 1.1.0. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3ef7861..9bf473f 100644 --- a/setup.py +++ b/setup.py @@ -35,11 +35,11 @@ setup( 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ], tests_require=[ - 'pyjwkest==1.0.6', + 'pyjwkest==1.1.0', 'mock==1.3.0', ], install_requires=[ - 'pyjwkest==1.0.6', + 'pyjwkest==1.1.0', ], )