From a8ff22322622aff271d39ac849618f7372552619 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 26 May 2017 21:18:58 -0400 Subject: Support decrypting keys --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2756a76d..458916a6 100644 --- a/setup.py +++ b/setup.py @@ -74,6 +74,7 @@ setup( 'Programming Language :: Python :: 3.5', ], install_requires=[ + 'bcrypt>=3.0.0', 'cryptography>=1.1', 'pynacl', 'pyasn1>=0.1.7', -- cgit v1.2.1