fix(boilerplate): add apt dependencies section for Frappe Cloud (#38198)

* fix(boilerplate): Add apt dependencies for Frappe Cloud

Add apt dependencies section for Frappe Cloud deployment
This commit is contained in:
Jayanta 2026-03-24 16:51:28 +05:30 committed by GitHub
parent 11768a600e
commit 9ff6043693
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -357,6 +357,10 @@ build-backend = "flit_core.buildapi"
[tool.bench.dev-dependencies]
# package_name = "~=1.1.0"
# These apt dependencies will be installed from Ubuntu repositories when you host your app on Frappe Cloud
[deploy.dependencies.apt]
packages = []
[tool.ruff]
line-length = 110
target-version = "py314"