Skip to content

Commit 700bdd0

Browse files
committed
Add tgcrypto to install_requires and remove pyaes
1 parent f7ce3ab commit 700bdd0

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

setup.py

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,7 @@
8181
packages=find_packages(exclude=["compiler*"]),
8282
zip_safe=False,
8383
install_requires=[
84-
"pyaes",
85-
"pysocks"
86-
],
87-
extras_require={
88-
"tgcrypto": [
89-
"tgcrypto"
90-
]
91-
}
84+
"pysocks",
85+
"tgcrypto"
86+
]
9287
)

0 commit comments

Comments
 (0)