diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2023-05-29 13:05:57 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2023-05-29 13:10:00 +0200 |
commit | 701f68d70b995c44a941e08e7b422eb76699a7cb (patch) | |
tree | dde60da723e04e87b2619f13e12d306b19cf0af0 /requirements.txt | |
parent | [Tests] Fix waiting for lt alert state change (diff) | |
download | deluge-701f68d70b995c44a941e08e7b422eb76699a7cb.tar.xz deluge-701f68d70b995c44a941e08e7b422eb76699a7cb.zip |
[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
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |