Skip to content

Commit 8ed9511

Browse files
committed
Experimental freeze changes to exclude django
1 parent 8b523b2 commit 8ed9511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freeze.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def find_files(directory, patterns):
438438
build_exe_options["include_files"] = src_files + external_so_files
439439
build_exe_options["includes"] = python_modules
440440
build_exe_options["excludes"] = ["distutils",
441-
"django",
441+
"sentry_sdk.integrations.django",
442442
"numpy",
443443
"setuptools",
444444
"tkinter",

0 commit comments

Comments
 (0)