mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 11:12:07 +00:00
build: add windows deps in requirements.txt
This commit is contained in:
parent
07ea2cdf70
commit
c151febfd2
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