mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-19 14:54:21 +00:00
[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
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
@ -67,9 +67,9 @@ jobs:
|
|||||||
run: >
|
run: >
|
||||||
python -m pip install
|
python -m pip install
|
||||||
--only-binary=pillow
|
--only-binary=pillow
|
||||||
twisted[tls]==22.4.0
|
twisted[tls]==22.8.0
|
||||||
libtorrent==${{ matrix.libtorrent }}
|
libtorrent==${{ matrix.libtorrent }}
|
||||||
pyinstaller==4.10
|
pyinstaller
|
||||||
pygame
|
pygame
|
||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user