Fix pjwkest version in setup.

This commit is contained in:
juanifioren 2015-07-27 12:49:13 -03:00
parent 7dc5da713b
commit b05bd99677

View file

@ -37,10 +37,10 @@ setup(
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
tests_require=[
'pyjwkest==1.0.2',
'pyjwkest==1.0.1',
],
install_requires=[
'pyjwkest==1.0.2',
'pyjwkest==1.0.1',
],
)