From e9b8488784a9d49061bc7deb2e55870f1a08f1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pr=C4=81j=C3=B1a=20K=C4=81rk=C4=AB?= <31546886+pragyakarki@users.noreply.github.com> Date: Fri, 11 Feb 2022 09:21:51 -0600 Subject: [PATCH] Downgrade aiohttp version Trying to resolve the issue mention here: https://github.com/twintproject/twint/issues/1297 Followed the instruction to downgrade or set aiohttp version to 3.7.0 from aiohttp==3.8.1. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 10aecb66..12bb76b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp +aiohttp==3.7.0 aiodns beautifulsoup4 cchardet