elceef / dnstwist

Domain name permutation engine for detecting homograph phishing attacks, typo squatting, and brand impersonation
https://dnstwist.it
Apache License 2.0
4.81k stars 764 forks source link

Added requirements to setup.py #113

Closed mlodic closed 1 year ago

mlodic commented 3 years ago

I just made a little change to let the users of dnstwist version on PyPi to use it without installing the dependencies manually.

elceef commented 3 years ago

The tool is designed to work fine and provide basic functionality without any additional packages. For this reason extra packages need to be installed manually.

mlodic commented 3 years ago

Ok nevermind so I will add the required dependencies manually. Thank you for the answer

fabaff commented 3 years ago

If does packages are extra then it would be nice if they are mentioned in extras_require in the setup.py file.