Uses mnemonic>=0.8 (improved UTF8 handling)
This commit is contained in:
parent
e2aca677c0
commit
747e58ebf7
4
setup.py
4
setup.py
@ -14,8 +14,8 @@ setup(
|
||||
long_description=open(join(here, 'README.rst')).read(),
|
||||
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>=0.7.99'],
|
||||
dependency_links=['https://github.com/trezor/python-mnemonic/archive/master.zip#egg=mnemonic-0.8'],
|
||||
install_requires=['ecdsa>=0.9', 'protobuf', 'mnemonic>=0.8', 'hidapi>=0.7.99'],
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
|
Loading…
Reference in New Issue
Block a user