From d86c5a3a601b81894f84881aa506e812467bd408 Mon Sep 17 00:00:00 2001 From: blank X Date: Sun, 24 Apr 2022 17:33:40 +0700 Subject: [PATCH] Pin pyrogram to >=1.1.3,<2.0 Now instead of it being today or tomorrow me's problem, it's now next week me's problem --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4d1892a..736e04b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ git+https://github.com/alainrouillon/py-googletrans@feature/enhance-use-of-direct-api BeautifulSoup4 -pyrogram>=1.1.3 +pyrogram>=1.1.3,<2.0 tgcrypto requests aiohttp>=3.7.1