]> jfr.im git - yt-dlp.git/blobdiff - setup.py
[utils] HTTPHeaderDict: Handle byte values
[yt-dlp.git] / setup.py
index ccfcf4252080b08230fd52f12909aa9f79a2f38d..a2f9f55c365cf4821bc0ff17bf7669f4a41fc753 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,8 @@ def py2exe_params():
             'excludes': ['Crypto', 'Cryptodome'],  # py2exe cannot import Crypto
             'dll_excludes': ['w9xpopen.exe', 'crypt32.dll'],
             # Modules that are only imported dynamically must be added here
-            'includes': ['yt_dlp.compat._legacy'],
+            'includes': ['yt_dlp.compat._legacy', 'yt_dlp.compat._deprecated',
+                         'yt_dlp.utils._legacy', 'yt_dlp.utils._deprecated'],
         },
         'zipfile': None,
     }