From 06ff212d64084c41bc72c003fdff1d8769b17875 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Mon, 8 Feb 2021 17:28:24 +0530 Subject: [documentation] Crypto is an optional dependency --- devscripts/pyinst.py | 1 + 1 file changed, 1 insertion(+) (limited to 'devscripts/pyinst.py') 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) -- cgit v1.2.3