aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts
diff options
context:
space:
mode:
authorpukkandan <pukkandan@gmail.com>2021-02-08 17:28:24 +0530
committerpukkandan <pukkandan@gmail.com>2021-02-08 18:05:22 +0530
commit06ff212d64084c41bc72c003fdff1d8769b17875 (patch)
tree34c9d9c6aaa359cd22ca31e966380ce290690fc7 /devscripts
parent1bf540d28b9a53112532aefde12188db5b327891 (diff)
downloadhypervideo-pre-06ff212d64084c41bc72c003fdff1d8769b17875.tar.lz
hypervideo-pre-06ff212d64084c41bc72c003fdff1d8769b17875.tar.xz
hypervideo-pre-06ff212d64084c41bc72c003fdff1d8769b17875.zip
[documentation] Crypto is an optional dependency
Diffstat (limited to 'devscripts')
-rw-r--r--devscripts/pyinst.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/devscripts/pyinst.py b/devscripts/pyinst.py
index 49a055af3..b663d4b2e 100644
--- a/devscripts/pyinst.py
+++ b/devscripts/pyinst.py
@@ -73,6 +73,7 @@ PyInstaller.__main__.run([
'--exclude-module=test',
'--exclude-module=ytdlp_plugins',
'--hidden-import=mutagen',
+ '--hidden-import=Crypto',
'youtube_dlc/__main__.py',
])
SetVersion('dist/youtube-dlc%s.exe' % _x86, VERSION_FILE)