Uses mnemonic>=0.8 (improved UTF8 handling)

pull/1/head
slush0 10 years ago
parent e2aca677c0
commit 747e58ebf7

@ -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…
Cancel
Save