kakshay21 / verify_email

verify-email can verify any email address by efficiently checking the domain name and pinging the handler to verify its existence.
https://pypi.org/project/verify-email/
MIT License
133 stars 32 forks source link

Remove requirements.txt #28

Closed disconnect3d closed 5 years ago

disconnect3d commented 5 years ago

This PR removes requirements.txt as the file is redundant (all the requirements are listed in setup.py anyway).

kakshay21 commented 5 years ago

@disconnect3d That's right, and I was hoping I'll add some in that. Thanks for contributing!