Skip to content

Commit

Permalink
[REF] Odoo: lxml 5.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBinsfeld committed May 14, 2024
1 parent dca6b3b commit fb4b1f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion odoo/tools/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
import idna
import markupsafe
from lxml import etree, html
from lxml.html import clean, defs
from lxml.html import defs
from lxml_html_clean import clean
from werkzeug import urls

import odoo
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
'idna',
'Jinja2',
'lxml', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/
'lxml_html_clean',
'libsass',
'MarkupSafe',
'num2words',
Expand Down

0 comments on commit fb4b1f2

Please sign in to comment.