diff --git a/setup.py b/setup.py index 8ec96bd..f9a8224 100644 --- a/setup.py +++ b/setup.py @@ -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',