commit 7bdfac61c300b7fd39cf379dc8b31ef242d563c0
parent ebbbd9f55f9adb46d0c2696f3b1f119364c89bfb
Author: nolash <dev@holbrook.no>
Date: Thu, 14 Jan 2021 10:45:44 +0100
Remove hardcoded debug root logger setting (facepalm)
Diffstat:
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/python/eth_accounts_index/registry.py b/python/eth_accounts_index/registry.py
@@ -2,7 +2,6 @@ import logging
import json
import os
-logging.basicConfig(level=logging.DEBUG)
logg = logging.getLogger()
moddir = os.path.dirname(__file__)
diff --git a/python/setup.cfg b/python/setup.cfg
@@ -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