[FIX] html_text: remove `lxml` from python depends

Such dependency is already included in Odoo requirements using a pinned
version [1]. Adding here could cause to upgrade the library to an
incompatible version.

[1] https://github.com/odoo/odoo/blob/54e58b3e47ee/requirements.txt#L23
pull/2652/head
Luis González 2023-04-20 03:00:03 +00:00 committed by Emilio Serna
parent 732ea745a8
commit fd5b8e5299
1 changed files with 0 additions and 1 deletions

View File

@ -14,6 +14,5 @@
"license": "AGPL-3",
"application": False,
"installable": True,
"external_dependencies": {"python": ["lxml"]},
"depends": ["base"],
}