Hi Maintainer
The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].
Regards
Graham
[1] https://piuparts.debian.org/sid/source/s/searx.html
Setting up python3-searx (1.1.0+dfsg1-2) ...
/usr/lib/python3/dist-packages/searx/search/checker/impl.py:36:
SyntaxWarning: invalid escape sequence '\>'
rep = ['<' + tag + '[^\>]*>' for tag in HTML_TAGS]
/usr/lib/python3/dist-packages/searx_extra/update/update_firefox_version.py:15:
SyntaxWarning: invalid escape sequence '\.'
NORMAL_REGEX = re.compile('^[0-9]+\.[0-9](\.[0-9])?$')