mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Add TgCrypto as an extra requirement
This commit is contained in:
parent
69e4ebfa55
commit
5826470c77
1 changed files with 9 additions and 1 deletions
10
setup.py
10
setup.py
|
|
@ -67,6 +67,14 @@ setup(
|
|||
],
|
||||
packages=find_packages(),
|
||||
zip_safe=False,
|
||||
install_requires=["pyaes", "pysocks"],
|
||||
install_requires=[
|
||||
"pyaes",
|
||||
"pysocks"
|
||||
],
|
||||
extras_require={
|
||||
"tgcrypto": [
|
||||
"tgcrypto"
|
||||
]
|
||||
},
|
||||
include_package_data=True,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue