diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2024-09-08 10:49:18 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2024-09-08 10:49:18 +0200 |
commit | 491458c4ad512794956bdac7b88ccacb34e0a46a (patch) | |
tree | 5bbdf53371a7009f081d9dfd27f11021b365bbc6 | |
parent | [UI] Replace deprecated cgi module with email (diff) | |
download | deluge-491458c4ad512794956bdac7b88ccacb34e0a46a.tar.xz deluge-491458c4ad512794956bdac7b88ccacb34e0a46a.zip |
[CI] Fix accidental revert of Twisted pin for Windows
In commit 9d802b2 I pushed a change to tests which included a revert of
Windows pinned dependencies which was an accident. The actual change
should only have reverted setup.py pinned dependency since we down want
a release to not be able to use a later fixed version of Twisted.
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index a26ec758d..4aee26d2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ libtorrent twisted[tls]>=17.1 +twisted[tls]<23,>=17.1; sys_platform == 'win32' rencode pyopenssl pyxdg |