diff options
author | DjLegolas <djlegolas@protonmail.com> | 2022-02-06 22:59:33 +0100 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2022-03-02 13:55:19 +0100 |
commit | a9543485672eaa1a5ba773764c89e4fcec3bada3 (patch) | |
tree | 9ee1fe3771890f23855de558bfcf12ed923a5872 /requirements.txt | |
parent | [CI] Changed tested python version to 3.7 and 3.10 (diff) | |
download | deluge-a9543485672eaa1a5ba773764c89e4fcec3bada3.tar.xz deluge-a9543485672eaa1a5ba773764c89e4fcec3bada3.zip |
[CI] Use libtorrent pypi install
Up until now, the linux installation source of libtorrent was launchpad,
because there was no other source, and we wanted a debug version of lt.
With pypi wheel versions now available use lt in the requirements.txt
file.
Closes: https://github.com/deluge-torrent/deluge/pull/364
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 2d1a1298f..30073fc88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +libtorrent twisted[tls]>=17.1 rencode pyopenssl |