From 776639d2a14e4cbd38027de7fa19640cdf141bc5 Mon Sep 17 00:00:00 2001 From: blank X Date: Sun, 25 Oct 2020 13:25:27 +0700 Subject: [PATCH] Pin to aiohttp<=3.6.3 due to bug https://github.com/aio-libs/aiohttp/issues/5128 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44ea057..93e0c63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ googletrans pyrogram tgcrypto requests -aiohttp +aiohttp<=3.6.3 PyYAML