mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 23:44:51 +00:00
Remove TgCrypto from required packages
This commit is contained in:
parent
0f35f0b8a6
commit
0dd5843473
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue