mirror of
git://holbrook.no/eth-accounts-index
synced 2024-11-05 02:06:46 +01:00
Add missing module in writer
This commit is contained in:
parent
09b98d585b
commit
3fbe1fdc19
@ -18,6 +18,7 @@ from chainlib.chain import ChainSpec
|
||||
from chainlib.eth.connection import EthHTTPConnection
|
||||
from chainlib.eth.tx import receipt
|
||||
from chainlib.eth.address import to_checksum_address
|
||||
from hexathon import add_0x
|
||||
|
||||
# local imports
|
||||
from eth_accounts_index.registry import AccountRegistry
|
||||
|
@ -1,2 +1,2 @@
|
||||
confini~=0.5.1
|
||||
chainlib-eth~=0.0.10
|
||||
confini~=0.5.6
|
||||
chainlib-eth>=0.0.10,<=0.1.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = eth-accounts-index
|
||||
version = 0.1.3
|
||||
version = 0.1.4
|
||||
description = Accounts index evm contract tooling with permissioned writes
|
||||
author = Louis Holbrook
|
||||
author_email = dev@holbrook.no
|
||||
|
Loading…
Reference in New Issue
Block a user