mirror of
git://holbrook.no/eth-monitor.git
synced 2024-11-23 04:16:46 +01:00
Bump deps
This commit is contained in:
parent
7d5f2d9b4e
commit
89d9121baa
@ -415,6 +415,7 @@ def main():
|
||||
|
||||
logg.info('using engine {} module {}.{}'.format(config.get('SYNCER_BACKEND'), syncer_store_module.__file__, syncer_store_class.__name__))
|
||||
|
||||
state_dir = os.path.join(state_dir, config.get('_SESSION_ID'))
|
||||
if state_dir == None:
|
||||
sync_store = syncer_store_class(session_id=config.get('_SESSION_ID'), state_event_callback=state_change_callback, filter_state_event_callback=filter_change_callback)
|
||||
else:
|
||||
|
@ -1,6 +1,5 @@
|
||||
chainlib-eth>=0.1.0b4,<0.2.0
|
||||
chainlib>=0.1.0b1,<0.2.0
|
||||
chainsyncer~=0.3.5
|
||||
eth-erc20~=0.2.0
|
||||
chainlib-eth~=0.1.1
|
||||
chainlib~=0.1.2
|
||||
chainsyncer~=0.4.0
|
||||
leveldir~=0.3.0
|
||||
eth-cache~=0.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user