Skip to content

Commit

Permalink
Remove electrumsv_sdk dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AustEcon committed Nov 16, 2021
1 parent 7889201 commit 81ff5a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
bitcoinx
requests>=2.21.0
zmq
electrumsv_sdk
3 changes: 0 additions & 3 deletions simple_indexer/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
Headers,
)

from electrumsv_sdk.utils import get_directory_name

from .constants import SERVER_HOST, SERVER_PORT
from .handlers_ws import SimpleIndexerWebSocket, WSClient
from . import handlers
Expand All @@ -26,7 +24,6 @@
from .utils import wait_for_initial_node_startup


COMPONENT_NAME = get_directory_name(__file__)
MODULE_DIR = Path(os.path.dirname(os.path.abspath(__file__)))

# Silence verbose logging
Expand Down

0 comments on commit 81ff5a0

Please sign in to comment.