Add cryptography in setup.py

This commit is contained in:
Samuel Dion-Girardeau 2017-05-16 13:33:23 -04:00
parent 2b4a6a4b50
commit 75639357ab

View file

@ -7,7 +7,7 @@ setup(
long_description=(open('README.rst').read() + '\n\n' +
open('AUTHORS.rst').read()),
url='http://github.com/Pinterest/snappass/',
install_requires=['Flask', 'redis'],
install_requires=['Flask', 'redis', 'cryptography'],
license='MIT',
author='Dave Dash',
author_email='dd+github@davedash.com',