remove socketio as it's not used yet

This commit is contained in:
Stepan Snigirev 2019-09-28 18:44:00 +02:00
parent b7cbad9411
commit 0f7ea1e76a
2 changed files with 1 additions and 2 deletions

View file

@ -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:

View file

@ -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