mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
remove socketio as it's not used yet
This commit is contained in:
parent
b7cbad9411
commit
0f7ea1e76a
2 changed files with 1 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ Clone the repo, install dependencies:
|
|||
|
||||
```
|
||||
git clone https://github.com/cryptoadvance/specter-desktop.git
|
||||
pip3 install flask flask_qrcode flask_socketio requests
|
||||
pip3 install flask flask_qrcode requests
|
||||
```
|
||||
|
||||
Run the server:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ from threading import Thread
|
|||
|
||||
from flask import Flask, render_template, request, redirect
|
||||
from flask_qrcode import QRcode
|
||||
from flask_socketio import SocketIO
|
||||
|
||||
from helpers import normalize_xpubs, run_shell
|
||||
from descriptor import AddChecksum
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue