From 3dfb22cfb7c227d506e508c8aba3416b0abb108e Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Fri, 14 Oct 2016 11:27:13 -0400 Subject: [PATCH] Update setup.py Add 'cryptography' to tuf[tools] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 19d0f094..8811ae2e 100755 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ from setuptools import find_packages extras = { - 'tools': ['pycrypto>=2.6.1', 'pynacl>=0.2.3'] + 'tools': ['cryptography>=1.4.0', 'pycrypto>=2.6.1', 'pynacl>=0.2.3'] } with open('README.rst') as file_object: