aboutsummaryrefslogtreecommitdiffstats
path: root/pyinst.py
diff options
context:
space:
mode:
authorshirt-dev <2660574+shirt-dev@users.noreply.github.com>2021-02-11 06:46:02 -0500
committerGitHub <noreply@github.com>2021-02-11 17:16:02 +0530
commit5d25607a3a9fb1c1e0f56b40cffc825847e1cd6d (patch)
treeb7f705e9c5c500414d9111871a43b98ebdde6d70 /pyinst.py
parenta96c6d154a651d4387bc7edc5bde0546b29b01da (diff)
downloadhypervideo-pre-5d25607a3a9fb1c1e0f56b40cffc825847e1cd6d.tar.lz
hypervideo-pre-5d25607a3a9fb1c1e0f56b40cffc825847e1cd6d.tar.xz
hypervideo-pre-5d25607a3a9fb1c1e0f56b40cffc825847e1cd6d.zip
#75 Change optional dependency from `Crypto` to `pycryptodome` (Closes #74)
Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev) pycryptodome is an in-place replacement for Crypto and is more actively developed
Diffstat (limited to 'pyinst.py')
-rw-r--r--pyinst.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyinst.py b/pyinst.py
index b6608de22..c73a770db 100644
--- a/pyinst.py
+++ b/pyinst.py
@@ -72,7 +72,7 @@ PyInstaller.__main__.run([
'--exclude-module=test',
'--exclude-module=ytdlp_plugins',
'--hidden-import=mutagen',
- '--hidden-import=Crypto',
+ '--hidden-import=pycryptodome',
'youtube_dlc/__main__.py',
])
SetVersion('dist/youtube-dlc%s.exe' % _x86, VERSION_FILE)