From e1bed772ef9fe28fb33d3fa3d4b39c7f6df32a61 Mon Sep 17 00:00:00 2001 From: profitroll Date: Sun, 23 Apr 2023 10:31:35 +0200 Subject: [PATCH] Made a few dependencies strict --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5879a47..db6d2a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -beautifulsoup4~=4.12.2 +beautifulsoup4==4.12.2 convopyro==0.5 -pyrogram~=2.0.103 -tgcrypto~=1.2.5 pathlib~=1.0.1 -ujson~=5.7.0 \ No newline at end of file +pyrogram==2.0.103 +tgcrypto==1.2.5 +ujson==5.7.0 \ No newline at end of file