From c838aefc5820dcfa255346a0ee1150953f6705ea Mon Sep 17 00:00:00 2001 From: blank X Date: Sun, 25 Oct 2020 20:11:01 +0700 Subject: [PATCH] aiohttp bug fixed --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 93e0c63..0f82d2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ googletrans pyrogram tgcrypto requests -aiohttp<=3.6.3 +aiohttp>=3.7.1 PyYAML