From 47389d6589f45e398c8c9230fd80c1899a5ed857 Mon Sep 17 00:00:00 2001 From: Choco <94597336+ChocoMeow@users.noreply.github.com> Date: Fri, 12 Apr 2024 20:34:34 +0800 Subject: [PATCH] Update requirements.txt --- requirements.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ea1cbd0..733087a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,9 @@ dnspython==2.2.1 tldextract==3.2.1 validators==0.18.2 humanize==4.0.0 +python-dotenv==0.20.0 beautifulsoup4==4.11.1 -psutil==5.9.5 +websockets==10.4 +Flask==2.2.3 +Flask-SocketIO==5.3.2 +psutil==5.9.8 \ No newline at end of file