We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I noticed that in this commit the external pbkdf2 dependency was rightly dropped.
However, the code on PyPi still has the dependency even on the latest release there (0.18).
I would like to use mnemonic from PyPi without forcing my project to also require pbkdf2 as a child dependency.
I would appreciate it if someone could take a bit to make sure everything is ready and push a new release to PyPi.
Don't forget to bump the version, it appears the dependency was removed without bumping the setup.py version on this repo
The text was updated successfully, but these errors were encountered:
Any status update on this?
Sorry, something went wrong.
fixed as of https://github.com/trezor/python-mnemonic/releases/tag/v0.19
matejcik
No branches or pull requests
Hi,
I noticed that in this commit the external pbkdf2 dependency was rightly dropped.
However, the code on PyPi still has the dependency even on the latest release there (0.18).
I would like to use mnemonic from PyPi without forcing my project to also require pbkdf2 as a child dependency.
I would appreciate it if someone could take a bit to make sure everything is ready and push a new release to PyPi.
Don't forget to bump the version, it appears the dependency was removed without bumping the setup.py version on this repo
The text was updated successfully, but these errors were encountered: