Currently the project uses a setup.py approach where supported versions of dependencies are not indicated. This can result in unexpected breakage (for example, the current version of python-bitcointx does not work with latest secp256k1 v0.7.0 (#88 , #83)).
Suggestion: Migrate to pyproject.yaml
Currently the project uses a
setup.pyapproach where supported versions of dependencies are not indicated. This can result in unexpected breakage (for example, the current version ofpython-bitcointxdoes not work with latestsecp256k1v0.7.0 (#88 , #83)).Suggestion: Migrate to
pyproject.yaml