mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Add tgcrypto to install_requires and remove pyaes
This commit is contained in:
parent
f7ce3abc8d
commit
700bdd08b1
1 changed files with 3 additions and 8 deletions
11
setup.py
11
setup.py
|
|
@ -81,12 +81,7 @@ setup(
|
|||
packages=find_packages(exclude=["compiler*"]),
|
||||
zip_safe=False,
|
||||
install_requires=[
|
||||
"pyaes",
|
||||
"pysocks"
|
||||
],
|
||||
extras_require={
|
||||
"tgcrypto": [
|
||||
"tgcrypto"
|
||||
]
|
||||
}
|
||||
"pysocks",
|
||||
"tgcrypto"
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue