From 701f68d70b995c44a941e08e7b422eb76699a7cb Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Mon, 29 May 2023 12:05:57 +0100 Subject: [PATCH] [Tests] Pin libtorrent version to 2.0.7 With latest libtorrent 2.0.9 testing are erroring out so pin to older working version. Ref: https://dev.deluge-torrent.org/ticket/3603 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7df660fcf..010805ce7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -libtorrent +libtorrent==2.0.7 twisted[tls]>=17.1 rencode pyopenssl