crossbar icon indicating copy to clipboard operation
crossbar copied to clipboard

Replace validate_email with email-validator

Open bgermann opened this issue 2 years ago • 2 comments

validate_email seems to be abandoned. Please consider replacing it with the alternative module email-validator. This will help me packaging the latest crossbar version in Debian because validate_email does not have a chance to enter Debian.

bgermann avatar Jun 19 '22 13:06 bgermann

ok, just to be sure, we're talking about

https://github.com/crossbario/crossbar/blob/71787f9eae220966e6be4a608cc049e336f9a85b/requirements-min.txt#L73

and thus replace

https://pypi.org/project/validate_email/ https://github.com/syrusakbary/validate_email

with the following

https://pypi.org/project/email-validator/ https://github.com/JoshData/python-email-validator

right?

oberstet avatar Jun 19 '22 14:06 oberstet

Right. I guess they do not have the same API, so there would be additional changes.

bgermann avatar Jun 19 '22 17:06 bgermann