2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-30 13:57:54 +00:00

Remove TgCrypto from required packages

This commit is contained in:
Dan
2018-01-28 00:56:12 +01:00
parent 0f35f0b8a6
commit 0dd5843473

View File

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