mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Update setup.py
Add 'cryptography' to tuf[tools]
This commit is contained in:
parent
ab26a216a8
commit
3dfb22cfb7
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue