From 27f47460e39788b921a60ca19e2ea2904ebb15ea Mon Sep 17 00:00:00 2001 From: 0polar <29332484+0polar@users.noreply.github.com> Date: Tue, 19 Mar 2019 19:59:12 +0800 Subject: [PATCH 1/2] Fix wrong module name Exception: You probably meant to install and run gevent-websocket --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8d866a15..2e943b52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ rsa PySocks pyasn1 websocket -geventwebsocket +gevent-websocket bencode coincurve python-bitcoinlib From 6094af819bcb0395685a4e620217c871b65d935f Mon Sep 17 00:00:00 2001 From: 0polar <29332484+0polar@users.noreply.github.com> Date: Tue, 19 Mar 2019 20:15:55 +0800 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2e943b52..224a2969 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ PySocks pyasn1 websocket gevent-websocket -bencode +bencode.py coincurve python-bitcoinlib maxminddb