From 75639357ab78439df99f72fe8c25d83d0699f090 Mon Sep 17 00:00:00 2001 From: Samuel Dion-Girardeau Date: Tue, 16 May 2017 13:33:23 -0400 Subject: [PATCH] Add cryptography in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',