From b0545fb8e7bc4d96f975c7527b0b1ba4d619779d Mon Sep 17 00:00:00 2001 From: BlackCatDevel0per Date: Wed, 23 Mar 2022 22:08:59 +0500 Subject: [PATCH] Added tgcrypto lib from pyrogram project --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 373fc90c..9bc034d3 100755 --- a/setup.py +++ b/setup.py @@ -234,7 +234,7 @@ def main(argv): ]), install_requires=['pyaes', 'rsa'], extras_require={ - 'cryptg': ['cryptg'] + 'tgcrypto': ['tgcrypto'] } )