Remove stray eth-abi dep

This commit is contained in:
nolash 2021-06-28 08:15:32 +02:00
parent f8afc172c6
commit e39b91d433
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,6 @@ from hexathon import (
even, even,
) )
import sha3 import sha3
from eth_abi import encode_single
# local imports # local imports
from chainlib.eth.address import to_checksum from chainlib.eth.address import to_checksum

View File

@ -24,7 +24,6 @@ from hexathon import (
even, even,
) )
import sha3 import sha3
from eth_abi import encode_single
# local imports # local imports
from chainlib.eth.address import ( from chainlib.eth.address import (

View File

@ -3,3 +3,4 @@ pysha3==1.0.2
hexathon~=0.0.1a7 hexathon~=0.0.1a7
websocket-client==0.57.0 websocket-client==0.57.0
potaahto~=0.0.1a1 potaahto~=0.0.1a1
chainlib==0.0.5a1