diff --git a/Azaion.Loader/azaion-loader-safe.spec b/Azaion.Loader/azaion-loader-safe.spec index 01d8210..d544098 100644 --- a/Azaion.Loader/azaion-loader-safe.spec +++ b/Azaion.Loader/azaion-loader-safe.spec @@ -29,7 +29,7 @@ a = Analysis( 'tkinter', 'matplotlib', 'PIL', 'numpy.testing', 'scipy.testing', 'pandas.tests', 'test', 'tests', 'testing', # Additional exclusions to reduce behavioral triggers - 'distutils', 'email', 'html', 'http.server', 'xmlrpc', + 'email', 'html', 'http.server', 'xmlrpc', 'multiprocessing.spawn', 'concurrent.futures', 'asyncio.windows_events' ], noarchive=False,