2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 06:16:06 +00:00

Accommodate TgCrypto

This commit is contained in:
Dan
2018-01-27 17:19:37 +01:00
parent df5379b479
commit 0f35f0b8a6
2 changed files with 26 additions and 23 deletions

View File

@@ -67,6 +67,6 @@ setup(
],
packages=find_packages(),
zip_safe=False,
install_requires=["pyaes", "pysocks"],
install_requires=["pyaes", "pysocks", "tgcrypto"],
include_package_data=True,
)