mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Use securesystemslib v0.10.6
that contains bug fix for _get_keyid()
This commit is contained in:
parent
cab5514027
commit
32aab8f5fb
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ cffi==1.7.0
|
|||
pycrypto==2.6.1
|
||||
pynacl==1.0.1
|
||||
cryptography==1.4.0
|
||||
securesystemslib==0.10.1
|
||||
securesystemslib==0.10.6
|
||||
|
||||
# Testing requirements. The rest of the testing dependencies available in
|
||||
# 'tox.ini'
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -105,7 +105,7 @@
|
|||
'Topic :: Security',
|
||||
'Topic :: Software Development'
|
||||
],
|
||||
install_requires = ['iso8601', 'six', 'securesystemslib>=0.10.5'],
|
||||
install_requires = ['iso8601', 'six', 'securesystemslib>=0.10.6'],
|
||||
packages = find_packages(exclude=['tests']),
|
||||
scripts = [
|
||||
'tuf/scripts/basic_client.py',
|
||||
|
|
|
|||
Loading…
Reference in a new issue