]> jfr.im git - yt-dlp.git/blobdiff - bundle/py2exe.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / bundle / py2exe.py
index 403de0024116505750dbb8491e8f4b5707e043fc..5b7f4883bcee56c76bcbc0f474ba03c5c379c0eb 100755 (executable)
@@ -42,9 +42,9 @@ def main():
                 # py2exe cannot import Crypto
                 'Crypto',
                 'Cryptodome',
-                # py2exe builds fail to run with requests >=2.32.0
+                # requests >=2.32.0 breaks py2exe builds due to certifi dependency
                 'requests',
-                'urllib3'
+                'urllib3',
             ],
             'dll_excludes': ['w9xpopen.exe', 'crypt32.dll'],
             # Modules that are only imported dynamically must be added here