mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-05 23: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*"]),
|
packages=find_packages(exclude=["compiler*"]),
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"pyaes",
|
"pysocks",
|
||||||
"pysocks"
|
"tgcrypto"
|
||||||
],
|
]
|
||||||
extras_require={
|
|
||||||
"tgcrypto": [
|
|
||||||
"tgcrypto"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue