Open
Description
The current library which is used for validating emails in Python hasn't been updated in 9 years (https://pypi.org/project/validate_email/) and it doesn't ship a wheel which causes some other issues, for example in a Bazel workspace I can't use download_only = True
with pip_parse
. I don't have any opinions on the best alternative, but https://pypi.org/project/email-validator/ seems to be up to date?