From 15396ceb6052051b8f8daae1bc9124fa187f91fd Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Thu, 22 Jun 2023 15:48:04 +0200 Subject: [PATCH] fix: add `required_apps` to hooks boilerplate --- frappe/utils/boilerplate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/utils/boilerplate.py b/frappe/utils/boilerplate.py index eb764f495c..7c79d3b2dd 100644 --- a/frappe/utils/boilerplate.py +++ b/frappe/utils/boilerplate.py @@ -304,6 +304,7 @@ app_publisher = "{app_publisher}" app_description = "{app_description}" app_email = "{app_email}" app_license = "{app_license}" +# required_apps = [] # Includes in # ------------------