File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ For check the domain mx and verify email exits you must have the `pyDNS` package
2020
2121 pip install pyDNS
2222
23+ or install them both in one step from the beginning::
24+
25+ pip install validate-email[dns]
26+
2327
2428USAGE
2529=====
@@ -50,4 +54,4 @@ Check if the host has SMTP Server and the email really exists::
5054
5155TODOs and BUGS
5256==============
53- See: http://github.com/syrusakbary/validate_email/issues
57+ See: http://github.com/syrusakbary/validate_email/issues
Original file line number Diff line number Diff line change 1010 long_description = open ('README.rst' ).read (),
1111 keywords = 'email validation verification mx verify' ,
1212 url = 'http://github.com/syrusakbary/validate_email' ,
13+ extras_require = {
14+ 'dns"sys_platform != "win32"' : ['pyDNS' ]
15+ },
1316 license = 'LGPL' ,
1417 )
You can’t perform that action at this time.
0 commit comments