mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
10 lines
298 B
Plaintext
10 lines
298 B
Plaintext
config BR2_PACKAGE_PYTHON_EMAIL_VALIDATOR
|
|
bool "python-email-validator"
|
|
select BR2_PACKAGE_PYTHON_DNSPYTHON # runtime
|
|
select BR2_PACKAGE_PYTHON_IDNA # runtime
|
|
help
|
|
A robust email address syntax and deliverability validation
|
|
library.
|
|
|
|
https://github.com/JoshData/python-email-validator
|