mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-14 12:12:13 +00:00
build: add windows deps in requirements.txt
This commit is contained in:
parent
f8228bfde0
commit
ebd0654595
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
libtorrent
|
||||
pyinstaller
|
||||
cx_Freeze
|
||||
cx_Logging; sys_platform == 'win32'
|
||||
lief; sys_platform == 'win32'
|
||||
pywin32; sys_platform == 'win32'
|
||||
|
|
Loading…
Reference in a new issue