mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-28 00:56:19 +00:00
Add TgCrypto as an extra requirement
This commit is contained in:
parent
69e4ebfa55
commit
5826470c77
10
setup.py
10
setup.py
@ -67,6 +67,14 @@ setup(
|
|||||||
],
|
],
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=["pyaes", "pysocks"],
|
install_requires=[
|
||||||
|
"pyaes",
|
||||||
|
"pysocks"
|
||||||
|
],
|
||||||
|
extras_require={
|
||||||
|
"tgcrypto": [
|
||||||
|
"tgcrypto"
|
||||||
|
]
|
||||||
|
},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user