From c43825cee32e80ab8bed5ba9f25f078f01a8f284 Mon Sep 17 00:00:00 2001 From: Avishkar Patil Date: Fri, 29 Apr 2022 20:01:07 +0530 Subject: [PATCH] Version Specified --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 946e976..5e0fc1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -pyrogram -tgcrypto -aiohttp -python-dotenv +pyrogram<=1.4.16 +tgcrypto<=1.2.3 +aiohttp<=3.8.1 +python-dotenv<=0.20.0 motor aiofiles -dnspython \ No newline at end of file +dnspython