[CI] Bump Pyinstaller version for Windows packaging
Pyinstaller was pinned due to problems with v5 but these should now be resolved with latest version. Bump Twisted to latest minor version Closes: https://github.com/deluge-torrent/deluge/pull/435
This commit is contained in:
parent
6c9b058d81
commit
e24081a17e
|
@ -67,9 +67,9 @@ jobs:
|
|||
run: >
|
||||
python -m pip install
|
||||
--only-binary=pillow
|
||||
twisted[tls]==22.4.0
|
||||
twisted[tls]==22.8.0
|
||||
libtorrent==${{ matrix.libtorrent }}
|
||||
pyinstaller==4.10
|
||||
pyinstaller
|
||||
pygame
|
||||
-r requirements.txt
|
||||
|
||||
|
|
Loading…
Reference in New Issue