When updating lxml > 5 I've got AttributeError exception:
'CSSSelector' object has no attribute 'evaluate'
matching = CSSRelSelector.evaluate(document)
in this line: https://github.com/dlanger/inlinestyler/blob/master/inlinestyler/converter.py#L30
When updating
lxml > 5I've gotAttributeErrorexception:in this line: https://github.com/dlanger/inlinestyler/blob/master/inlinestyler/converter.py#L30