diff --git a/setup.py b/setup.py index 5379226..27f8459 100644 --- a/setup.py +++ b/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=[