From 45fd694033f347b36677a0c9ac899085711e50a6 Mon Sep 17 00:00:00 2001 From: fleetcaptain <17651144+fleetcaptain@users.noreply.github.com> Date: Sun, 6 Oct 2019 20:11:39 -0700 Subject: [PATCH] Update README.md Update README to reflect only dnslib is needed now --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 7b4502c..8444c64 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Short Form | Long Form | Description Note that turbolist3r has not been tested on Windows. -Turbolist3r depends on the `dnslib`, `requests`, `dnspython`, and `argparse` python modules. +Turbolist3r depends on the `dnslib`, `requests`, and `argparse` python modules. #### dnslib Module @@ -99,18 +99,6 @@ sudo yum install python-requests sudo pip install requests ``` -#### dnspython Module (http://www.dnspython.org/) - -- Install for Ubuntu/Debian: -``` -sudo apt-get install python-dnspython -``` - -- Install using pip: -``` -sudo pip install dnspython -``` - #### argparse Module - Install for Ubuntu/Debian: