From f941877954b719bff2fa6318561b4e33b8282b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Kr=C4=8Dek?= Date: Sun, 13 Oct 2024 18:35:37 +0200 Subject: [PATCH] Pin aiohttp version to latest passing build in pywheels --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 6400268..fb40e1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,6 @@ +# Pin aiohttp version until builds start passing +# https://www.piwheels.org/project/aiohttp/ +aiohttp==3.10.9 pyrogram==2.0.106 tiktok_downloader==0.3.5 uvloop==0.19.0