mirror of
git://holbrook.no/eth-accounts-index
synced 2024-11-05 10:16:47 +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 json
|
||||||
import os
|
import os
|
||||||
|
|
||||||
logging.basicConfig(level=logging.DEBUG)
|
|
||||||
logg = logging.getLogger()
|
logg = logging.getLogger()
|
||||||
|
|
||||||
moddir = os.path.dirname(__file__)
|
moddir = os.path.dirname(__file__)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = eth-accounts-index
|
name = eth-accounts-index
|
||||||
version = 0.0.10a2
|
version = 0.0.10a4
|
||||||
description = Accounts index evm contract tooling with permissioned writes
|
description = Accounts index evm contract tooling with permissioned writes
|
||||||
author = Louis Holbrook
|
author = Louis Holbrook
|
||||||
author_email = dev@holbrook.no
|
author_email = dev@holbrook.no
|
||||||
@ -29,7 +29,7 @@ packages =
|
|||||||
install_requires =
|
install_requires =
|
||||||
confini==0.3.5
|
confini==0.3.5
|
||||||
web3==5.12.2
|
web3==5.12.2
|
||||||
crypto-dev-signer~=0.4.13b1
|
crypto-dev-signer~=0.4.13b9
|
||||||
tests_require =
|
tests_require =
|
||||||
pytest==6.0.1
|
pytest==6.0.1
|
||||||
eth-tester==0.5.0b2
|
eth-tester==0.5.0b2
|
||||||
|
Loading…
Reference in New Issue
Block a user