ncorbuk / SubZone

SubZone - Subdomains, Dns records, & more! || Python tutorial || Certificate authority abuse || Adavnced || Hacking/Info-Sec ||
MIT License
43 stars 12 forks source link

More unnecessary requirements... #8

Closed 42B closed 5 years ago

42B commented 5 years ago

https://github.com/ncorbuk/SubZone/blob/9609f13a4de4ba5253efa23f3f81756f0522cd91/requirements.txt#L3-L4

ncorbuk commented 5 years ago

Don't think urllib3 is in the standard library urllib3 brings many critical features that are missing from the Python standard libraries: ... from the urllib3 site. Will remove the argparse library tho.

ncorbuk commented 5 years ago

have fixed it, thanks

42B commented 5 years ago

What makes you think you can't parse a url with Python's standard library?