From 57a9944d1483d75508ef1b724f31e5f768fdcfaa Mon Sep 17 00:00:00 2001 From: Hash Borgir Date: Wed, 29 Apr 2026 01:46:31 -0500 Subject: [PATCH] Update requirements.txt to include aiohttp dependency for plugins --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b9d462f..833927e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,5 @@ yt-dlp pyopenssl psutil toml -python-whois \ No newline at end of file +python-whois +aiohttp \ No newline at end of file