Use v0.10.7 of securesystemslib

v0.10.7 implements TAP 9
This commit is contained in:
Vladimir Diaz 2017-08-23 15:08:44 -04:00
parent e4f597d2fa
commit fa22ea1a59
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.6
securesystemslib==0.10.7
# 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.6'],
install_requires = ['iso8601', 'six', 'securesystemslib>=0.10.7'],
packages = find_packages(exclude=['tests']),
scripts = [
'tuf/scripts/basic_client.py',