Update setup.py

Add 'cryptography' to tuf[tools]
This commit is contained in:
Vladimir Diaz 2016-10-14 11:27:13 -04:00 committed by GitHub
parent ab26a216a8
commit 3dfb22cfb7

View file

@ -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: