Update pyjwkest to version 1.1.0.

This commit is contained in:
juanifioren 2016-02-03 15:54:14 -03:00
parent 41f88b23c7
commit ca07b8c7eb

View file

@ -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',
],
)