[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.
This commit is contained in:
Calum Lind 2024-09-08 09:49:18 +01:00
parent 5d96cfc72f
commit 491458c4ad
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
libtorrent
twisted[tls]>=17.1
twisted[tls]<23,>=17.1; sys_platform == 'win32'
rencode
pyopenssl
pyxdg