Merge pull request #68 from samueldg/fix/setup_cryptography

Add cryptography in setup.py
This commit is contained in:
Nicholas Charriere 2017-05-16 10:47:36 -07:00 committed by GitHub
commit 1a0546f035

View file

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