Closed filips123 closed 4 years ago
Thanks for the PR @filips123!
Can you now release this as new version?
We no support the release on PYPI, but you can install off github with pip install git+https://github.com/tierion/pymerkletools.git@f10d71e2cd529a833728e836dc301f9af502d0b0
pymerkletools
currently always installspysha3
. This makes no sense in Python 3.6+ as SHA3 is already built-in, so it just adds additional unneeded dependency. So I modifiedsetup.py
to only install and includepysha3
in Python older than 3.6 which doesn't support SHA3.