Added tgcrypto lib from pyrogram project

This commit is contained in:
BlackCatDevel0per 2022-03-23 22:08:59 +05:00
parent 872b6a723a
commit b0545fb8e7

View File

@ -234,7 +234,7 @@ def main(argv):
]),
install_requires=['pyaes', 'rsa'],
extras_require={
'cryptg': ['cryptg']
'tgcrypto': ['tgcrypto']
}
)