Remove unnecessary packages.

This commit is contained in:
Ignacio 2015-07-27 11:34:36 -03:00
parent a2ca6f3437
commit 70b3370ee6

View file

@ -37,16 +37,10 @@ setup(
'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
], ],
tests_require=[ tests_require=[
'cryptography==0.9.3', 'pyjwkest==1.0.2',
'pycrypto==2.6.1',
'pyjwkest==1.0.1',
'pyjwt==1.3.0',
], ],
install_requires=[ install_requires=[
'cryptography==0.9.3', 'pyjwkest==1.0.2',
'pycrypto==2.6.1',
'pyjwkest==1.0.1',
'pyjwt==1.3.0',
], ],
) )