use python-bitcoinlib instead of python-bitcointx

This commit is contained in:
callebtc
2022-10-02 11:51:47 +02:00
parent c72ea75911
commit b5e03e4fc7
6 changed files with 65 additions and 11 deletions

View File

@@ -22,6 +22,7 @@ ecdsa = "^0.18.0"
bitstring = "^3.1.9"
secp256k1 = "^0.14.0"
sqlalchemy-aio = "^0.17.0"
python-bitcoinlib = "^0.11.2"
[tool.poetry.dev-dependencies]
black = {version = "^22.8.0", allow-prereleases = true}