Use securesystemslib v0.10.6

that contains bug fix for _get_keyid()
This commit is contained in:
Vladimir Diaz 2017-07-17 17:04:35 -04:00
parent cab5514027
commit 32aab8f5fb
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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',