mirror of
git://holbrook.no/eth-accounts-index
synced 2024-11-05 02:06:46 +01:00
Remove hardcoded debug root logger setting (facepalm)
This commit is contained in:
parent
ebbbd9f55f
commit
7bdfac61c3
@ -2,7 +2,6 @@ import logging
|
||||
import json
|
||||
import os
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
logg = logging.getLogger()
|
||||
|
||||
moddir = os.path.dirname(__file__)
|
||||
|
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = eth-accounts-index
|
||||
version = 0.0.10a2
|
||||
version = 0.0.10a4
|
||||
description = Accounts index evm contract tooling with permissioned writes
|
||||
author = Louis Holbrook
|
||||
author_email = dev@holbrook.no
|
||||
@ -29,7 +29,7 @@ packages =
|
||||
install_requires =
|
||||
confini==0.3.5
|
||||
web3==5.12.2
|
||||
crypto-dev-signer~=0.4.13b1
|
||||
crypto-dev-signer~=0.4.13b9
|
||||
tests_require =
|
||||
pytest==6.0.1
|
||||
eth-tester==0.5.0b2
|
||||
|
Loading…
Reference in New Issue
Block a user