From ae654d686ec66751fabbf16d2bc852c60555c02c Mon Sep 17 00:00:00 2001 From: profitroll Date: Thu, 23 Mar 2023 15:12:53 +0100 Subject: [PATCH] TgCrypto is no longer optional dependency --- requirements-optional.txt | 1 - requirements.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-optional.txt b/requirements-optional.txt index c5a65b8..e69de29 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -1 +0,0 @@ -tgcrypto==1.2.5 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index a50f2cf..5d7f51c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ pytimeparse~=1.1.8 convopyro==0.5 pyrogram~=2.0.102 aiofiles~=23.1.0 +tgcrypto==1.2.5 aiohttp~=3.8.4 psutil~=5.9.4 pymongo~=4.3.3