Add pycrypto to requirements.

This commit is contained in:
juanifioren 2015-07-13 16:10:31 -03:00
parent 9eb5f67a95
commit 0ab5544d85

View file

@ -36,10 +36,12 @@ setup(
'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
], ],
tests_require=[ tests_require=[
'pyjwt==1.3.0' 'pycrypto==2.6.1',
'pyjwt==1.3.0',
], ],
install_requires=[ install_requires=[
'pycrypto==2.6.1',
'pyjwt==1.3.0', 'pyjwt==1.3.0',
], ],
) )