Remove the `pysha3` dependency from the underly `bip-utils` library. So I created a new library called `retro-bip-utils` to replace this library. Now users won't encounter the `pysha3` installation error but at the same time maintain compatibility over Python 3.5 - 3.11
1.0.13
- remove dependency of `pysha3`. Use `eth-hash` instead.
1.0.12
1.0.11
1.0.9
- Upgrade the building system to Makefile. - Change pytest version to be more compatible with others.
1.0.8
Fixes and Dependencies
- Fixed a bug in the mnemonic. - Update dependencies to newest.