From 89ee33eb3b0b143e2822d7d4b9b1a5453e95cf5d Mon Sep 17 00:00:00 2001 From: blank X Date: Sun, 25 Oct 2020 13:24:23 +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 ec73f0e..6e07db7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ BeautifulSoup4 telethon aiocron -aiohttp +aiohttp<=3.6.3 hachoir PyYAML Pillow