aboutsummaryrefslogtreecommitdiff
path: root/bundle/py2exe.py
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/py2exe.py')
-rwxr-xr-xbundle/py2exe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/py2exe.py b/bundle/py2exe.py
index 5fbe55e46..5b7f4883b 100755
--- a/bundle/py2exe.py
+++ b/bundle/py2exe.py
@@ -44,7 +44,7 @@ def main():
'Cryptodome',
# 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