From c70092f9d9e03435943ad1ac39ac0c4fdaae5b37 Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Sat, 19 Mar 2022 17:46:19 +0000 Subject: [PATCH] Make sure all sanic deps are included --- build/build-exe-config.template.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/build-exe-config.template.json b/build/build-exe-config.template.json index 4f7e3ee..e99b569 100644 --- a/build/build-exe-config.template.json +++ b/build/build-exe-config.template.json @@ -80,6 +80,10 @@ { "optionDest": "datas", "value": "/package.json;./" + }, + { + "optionDest": "collect-all", + "value": "sanic" } ], "nonPyinstallerOptions": {