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