mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 13:27:47 +00:00
Add tgcrypto to install_requires and remove pyaes
This commit is contained in:
parent
f7ce3abc8d
commit
700bdd08b1
7
setup.py
7
setup.py
@ -81,12 +81,7 @@ setup(
|
|||||||
packages=find_packages(exclude=["compiler*"]),
|
packages=find_packages(exclude=["compiler*"]),
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"pyaes",
|
"pysocks",
|
||||||
"pysocks"
|
|
||||||
],
|
|
||||||
extras_require={
|
|
||||||
"tgcrypto": [
|
|
||||||
"tgcrypto"
|
"tgcrypto"
|
||||||
]
|
]
|
||||||
}
|
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user