[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#L23pull/2652/head
parent
fd5b8e5299
commit
7af5f521fb
|
@ -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"],
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,6 @@ cryptography==2.6.1
|
||||||
dataclasses
|
dataclasses
|
||||||
dnspython
|
dnspython
|
||||||
josepy
|
josepy
|
||||||
lxml
|
|
||||||
mako
|
mako
|
||||||
odoorpc
|
odoorpc
|
||||||
openpyxl
|
openpyxl
|
||||||
|
|
Loading…
Reference in New Issue