-
-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Remove two1 dependency #49
Comments
+1 Particularly, |
ERROR: Cannot install ing==0.1.0, pywallet and pywallet==0.0.1 because these package versions have conflicting dependencies. The conflict is caused by: To fix this you could try to:
then I get this error if I use pip install pywallet web3 5.28.0 has requirement requests<3.0.0,>=2.16.0, but you have requests 2.11.1. |
Just use my fork https://guthub.com/ZenulAbidin/zpywallet , I have eliminated the two1 dependency inside it. It's largely useless anyway. |
The
two1
library required in this package has been inactive for 3 years and has issues (like 21dotco/two1-python#29) that causes problems for projects using it.As far as I checked, the dependency on
two1
is limited to a few functions. If you confirm, I can provide the pull request for inlining those needed functions in pywallet code?The text was updated successfully, but these errors were encountered: