Add cryptography to setup requirements.

This commit is contained in:
juanifioren 2015-07-13 17:33:49 -03:00
parent 8e7163a677
commit 485bc3fbf5

View file

@ -36,12 +36,14 @@ setup(
'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
], ],
tests_require=[ tests_require=[
'cryptography==0.9.3',
'pycrypto==2.6.1', 'pycrypto==2.6.1',
'pyjwkest==1.0.1', 'pyjwkest==1.0.1',
'pyjwt==1.3.0', 'pyjwt==1.3.0',
], ],
install_requires=[ install_requires=[
'cryptography==0.9.3',
'pycrypto==2.6.1', 'pycrypto==2.6.1',
'pyjwkest==1.0.1', 'pyjwkest==1.0.1',
'pyjwt==1.3.0', 'pyjwt==1.3.0',