From e39b91d433b1702070957c799544f0df3dd3e942 Mon Sep 17 00:00:00 2001 From: nolash Date: Mon, 28 Jun 2021 08:15:32 +0200 Subject: [PATCH] Remove stray eth-abi dep --- chainlib/eth/runnable/balance.py | 1 - chainlib/eth/runnable/info.py | 1 - requirements.txt | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/chainlib/eth/runnable/balance.py b/chainlib/eth/runnable/balance.py index 461acf9..52f42de 100644 --- a/chainlib/eth/runnable/balance.py +++ b/chainlib/eth/runnable/balance.py @@ -22,7 +22,6 @@ from hexathon import ( even, ) import sha3 -from eth_abi import encode_single # local imports from chainlib.eth.address import to_checksum diff --git a/chainlib/eth/runnable/info.py b/chainlib/eth/runnable/info.py index 407c8c2..4b73972 100644 --- a/chainlib/eth/runnable/info.py +++ b/chainlib/eth/runnable/info.py @@ -24,7 +24,6 @@ from hexathon import ( even, ) import sha3 -from eth_abi import encode_single # local imports from chainlib.eth.address import ( diff --git a/requirements.txt b/requirements.txt index 16695e8..0f302b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ pysha3==1.0.2 hexathon~=0.0.1a7 websocket-client==0.57.0 potaahto~=0.0.1a1 +chainlib==0.0.5a1