Skip to content
New issue

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

Don't install pysha3 on Python 3.6+ #20

Merged
merged 1 commit into from
Mar 6, 2020

Conversation

filips123
Copy link
Contributor

pymerkletools currently always installs pysha3. This makes no sense in Python 3.6+ as SHA3 is already built-in, so it just adds additional unneeded dependency. So I modified setup.py to only install and include pysha3 in Python older than 3.6 which doesn't support SHA3.

@jacohend jacohend merged commit f10d71e into Tierion:master Mar 6, 2020
@jacohend
Copy link
Contributor

jacohend commented Mar 6, 2020

Thanks for the PR @filips123!

@filips123
Copy link
Contributor Author

Can you now release this as new version?

@jacohend
Copy link
Contributor

jacohend commented Mar 6, 2020

We no support the release on PYPI, but you can install off github with pip install git+https://github.com/tierion/pymerkletools.git@f10d71e2cd529a833728e836dc301f9af502d0b0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants