Specify minimum versions of dependencies in setup.py

Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
Vladimir Diaz 2017-11-09 11:14:08 -05:00
parent 6c869f9c1f
commit 8d6bd4d1e4
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A

View file

@ -97,7 +97,6 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
@ -105,7 +104,7 @@
'Topic :: Security',
'Topic :: Software Development'
],
install_requires = ['iso8601', 'six', 'securesystemslib>=0.10.7'],
install_requires = ['iso8601>=0.1.12', 'six>=1.11.0', 'securesystemslib>=0.10.8'],
packages = find_packages(exclude=['tests']),
scripts = [
'tuf/scripts/basic_client.py',