blockcypher / blockcypher-python

Python library for the BlockCypher web services
https://www.blockcypher.com/dev/bitcoin
Apache License 2.0
213 stars 122 forks source link

Make it compatible with the latest bitcoin pip package #160

Open tajelp opened 6 months ago

tajelp commented 6 months ago

As mentioned in the title, when trying to install blockcypher after having installed the latest bitcoin pip package, it will result in an incompatible requirement error:

ERROR: blockcypher 1.0.93 has requirement bitcoin==1.1.39, but you'll have bitcoin 1.1.42 which is incompatible.