diff --git a/setup.py b/setup.py index e078de8..9bc3b43 100644 --- a/setup.py +++ b/setup.py @@ -36,10 +36,12 @@ setup( 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ], tests_require=[ - 'pyjwt==1.3.0' + 'pycrypto==2.6.1', + 'pyjwt==1.3.0', ], install_requires=[ + 'pycrypto==2.6.1', 'pyjwt==1.3.0', ], )