Skip to content

Commit

Permalink
Experimental freeze changes to exclude django
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Jun 8, 2021
1 parent 8b523b2 commit 8ed9511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def find_files(directory, patterns):
build_exe_options["include_files"] = src_files + external_so_files
build_exe_options["includes"] = python_modules
build_exe_options["excludes"] = ["distutils",
"django",
"sentry_sdk.integrations.django",
"numpy",
"setuptools",
"tkinter",
Expand Down

0 comments on commit 8ed9511

Please sign in to comment.