Skip to content

Commit

Permalink
[Build] Prevent usage of twisted>=24
Browse files Browse the repository at this point in the history
Avoids breaking ability of adding multiple torrents at once in WebUI.
  • Loading branch information
mhertz committed Oct 28, 2024
1 parent 8df36c4 commit b2574dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
libtorrent
twisted[tls]>=17.1
twisted[tls]<24,>=17.1
twisted[tls]<23,>=17.1; sys_platform == 'win32'
rencode
pyopenssl
Expand Down

0 comments on commit b2574dc

Please sign in to comment.