This removes the dependency on two1, which has problematic dependencies of its own including requiring a very old requests <=2.11.1 and a specific (alpha) version of protobuf and other package.
This causes many unrelated packages to break when pywallet is installed.
Note: I bumped the mnemonic package to require at least 0.18. This was done on the basis that it has bugfixes for the supported Python versions for this package. If this is not desirable, then let me know and I will revert it to >=0.13 - though the two1 requirements indicate they want only that version.
This removes the dependency on two1, which has problematic dependencies of its own including requiring a very old
requests <=2.11.1
and a specific (alpha) version ofprotobuf
and other package.This causes many unrelated packages to break when pywallet is installed.
Note: I bumped the
mnemonic
package to require at least 0.18. This was done on the basis that it has bugfixes for the supported Python versions for this package. If this is not desirable, then let me know and I will revert it to >=0.13 - though thetwo1
requirements indicate they want only that version.