[FIX] html_image_url_extractor: 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:01:00 +00:00 committed by Emilio Serna
parent fd5b8e5299
commit 7af5f521fb
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -6,7 +6,6 @@ cryptography==2.6.1
dataclasses dataclasses
dnspython dnspython
josepy josepy
lxml
mako mako
odoorpc odoorpc
openpyxl openpyxl