Skip to content

Commit

Permalink
[CI] Fix accidental revert of Twisted pin for Windows
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cas-- committed Sep 8, 2024
1 parent 5d96cfc commit 491458c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
libtorrent
twisted[tls]>=17.1
twisted[tls]<23,>=17.1; sys_platform == 'win32'
rencode
pyopenssl
pyxdg
Expand Down

0 comments on commit 491458c

Please sign in to comment.