From 20b29f6b594fe78968536d693eb7350f40201960 Mon Sep 17 00:00:00 2001 From: darosior Date: Mon, 16 Dec 2019 23:16:07 +0100 Subject: [PATCH] cl-zmq: add requirements --- zmq/README.md | 2 +- zmq/requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 zmq/requirements.txt diff --git a/zmq/README.md b/zmq/README.md index c6f029c..c1e446f 100644 --- a/zmq/README.md +++ b/zmq/README.md @@ -10,7 +10,7 @@ The usage and setup mimics [similar functionality in `bitcoind`](https://github. [Twisted](https://twistedmatrix.com) and [txZMQ](https://pypi.org/project/txZMQ/) are used by this plugin. ``` -$ sudo pip3 install twisted txzmq +$ sudo pip3 install -r requirements ``` ## Installation diff --git a/zmq/requirements.txt b/zmq/requirements.txt new file mode 100644 index 0000000..5a03dbb --- /dev/null +++ b/zmq/requirements.txt @@ -0,0 +1,2 @@ +twisted==19.10.0 +txzmq==0.8.2