From 595fcdb2ce123d4d139ef56acc050e09dc93bb03 Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Tue, 5 Mar 2024 11:39:22 +0100 Subject: [PATCH] github workflow --- counterparty-rs/pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/counterparty-rs/pyproject.toml b/counterparty-rs/pyproject.toml index 8878d5373d..a20ad210e1 100644 --- a/counterparty-rs/pyproject.toml +++ b/counterparty-rs/pyproject.toml @@ -12,6 +12,10 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] +dependencies = [ + "python-bitcoinlib==0.12.2", +] + [tool.maturin] strip = true