Skip to content

Commit 86edda0

Browse files
maasantoPreetam Biswal
authored andcommitted
chore: add apt deploy dependencies for lxml
1 parent c623fcf commit 86edda0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,9 @@ typing-modules = ["frappe.types.DF"]
5959
quote-style = "double"
6060
indent-style = "tab"
6161
docstring-code-format = true
62+
63+
[deploy.dependencies.apt]
64+
packages = [
65+
"libxml2-dev",
66+
"libxslt-dev",
67+
]

0 commit comments

Comments
 (0)