Closed bitcoinsSG closed 7 years ago
I see. The reason why I added it is because if one follows the installation guideline using pip. i.e. pip install moneywagon. The installation does not work and asks for the two mentioned modules. Perhaps modify the installation so that those two packages are not searched for?
What do you mean by "The installation does not work" did you get an error message? What were you trying to do that causes the error? The installation should succeed even when those libraries are not installed. If you could post the traceback, that would be very helpful.
Those prerequisites are only needed for using he BIP38 implementation. Maybe add a note that those are only required if you plan on using the BIP38 functionality? Most people are using this project for the API fetchng aspect, so hats why I didn't add those libs to the setup.py
install_requires
section.