Skip to content

Commit fa1976c

Browse files
committed
Update TgCrypto required version
1 parent 2ff7427 commit fa1976c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def run(self):
174174
zip_safe=False,
175175
install_requires=requires,
176176
extras_require={
177-
"fast": ["tgcrypto==1.1.1"]
177+
"fast": ["tgcrypto==1.2.0"]
178178
},
179179
cmdclass={
180180
"clean": Clean,

0 commit comments

Comments
 (0)