Add tgcrypto to install_requires and remove pyaes
This commit is contained in:
parent
f7ce3abc8d
commit
700bdd08b1
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 New Issue
Block a user