From c7344ad3fcc29c2ab61b99f99c1a76d127f2d909 Mon Sep 17 00:00:00 2001 From: Prithvi Reddy Date: Sat, 12 Jun 2021 21:32:39 +0530 Subject: [PATCH] Removed unwanted modules I don't know the history of this project but I guess it's working moved from WEB SCRAPING to PING and catch RESPONSES(200,301,404 so on) to hunt down users across various sites. Removed unused modules related to web scraping. --- requirements.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6c338c96..649ec7a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,7 @@ -beautifulsoup4>=4.8.0 -bs4>=0.0.1 certifi>=2019.6.16 colorama>=0.4.1 -lxml>=4.4.0 PySocks>=1.7.0 requests>=2.22.0 requests-futures>=1.0.0 -soupsieve>=1.9.2 stem>=1.8.0 torrequest>=0.1.0