1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 06:48:16 +00:00

Added dependency to hidapi>=0.7.99 (~0.8.0 RC1)

This commit is contained in:
slush0 2014-02-06 15:27:19 +01:00
parent aeb0db92de
commit eeb6a847ea

View File

@ -15,7 +15,7 @@ setup(
packages=find_packages(),
test_suite='tests',
dependency_links=['https://github.com/trezor/python-mnemonic/archive/master.zip#egg=mnemonic-0.6'],
install_requires=['ecdsa>=0.9', 'protobuf', 'mnemonic>=0.6', 'hidapi'],
install_requires=['ecdsa>=0.9', 'protobuf', 'mnemonic>=0.6', 'hidapi>=0.7.99'],
include_package_data=True,
zip_safe=False,
classifiers=[