Add tgcrypto to install_requires and remove pyaes

This commit is contained in:
Dan 2018-03-21 18:42:45 +01:00
parent f7ce3abc8d
commit 700bdd08b1

View File

@ -81,12 +81,7 @@ setup(
packages=find_packages(exclude=["compiler*"]),
zip_safe=False,
install_requires=[
"pyaes",
"pysocks"
],
extras_require={
"tgcrypto": [
"tgcrypto"
]
}
"pysocks",
"tgcrypto"
]
)