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:
parent
11768a600e
commit
9ff6043693
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue