nsonaniya2010 / SubDomainizer

A tool to find subdomains and interesting things hidden inside, external Javascript files of page, folder, and Github.
MIT License
1.71k stars 233 forks source link

Add requirements.txt file #6

Closed shershen08 closed 5 years ago

nsonaniya2010 commented 5 years ago

I know this. but sometimes by default pip packages installed in python2.x but this tool will only work with Python3.x

shershen08 commented 5 years ago

I can imagine explicitly listing the deps in README is more exact. When I first cloned the repo to play with it - I didn't see any install files, tried to run it and then saw the required list of libs... also ppl can always make use of virtualenv for version of python that differs...

nsonaniya2010 commented 5 years ago

Thanks