From 8d497b0be7523ef0437039988bd833084fed6a9c Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 20 Dec 2018 01:04:50 +0100 Subject: [PATCH] Fixed reference to libtorrent dependency as the pip URL is broken --- platypush/plugins/torrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/plugins/torrent.py b/platypush/plugins/torrent.py index 0018237f4..007955a3d 100644 --- a/platypush/plugins/torrent.py +++ b/platypush/plugins/torrent.py @@ -20,7 +20,7 @@ class TorrentPlugin(Plugin): Requires: - * **python-libtorrent** (``pip install python-libtorrent``) + * **python-libtorrent** (``pip install git+https://github.com/arvidn/libtorrent``) * **requests** (``pip install requests``) [optional] for torrent info URL download """