From 4be1f9d9aa8f137c63315fe3fe794c68815180f4 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 24 Nov 2021 11:40:38 -0500 Subject: [PATCH] [+] Import beautifulsoup4 --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 584f970..3c2d670 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,9 @@ json5~=0.9.6 # Tweepy is a python SDK for twitter tweepy==4.4.0 +# beautifulsoup is used to extract data from html +beautifulsoup4==4.10.0 + # 7zip packing utility for packing our processed data py7zr==0.16.3