Add cryptography in setup.py
This commit is contained in:
parent
2b4a6a4b50
commit
75639357ab
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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',
|
||||
|
|
Loading…
Reference in a new issue