mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Update TgCrypto required version
This commit is contained in:
parent
2ff74270ad
commit
fa1976c8a0
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -174,7 +174,7 @@ setup(
|
|||
zip_safe=False,
|
||||
install_requires=requires,
|
||||
extras_require={
|
||||
"fast": ["tgcrypto==1.1.1"]
|
||||
"fast": ["tgcrypto==1.2.0"]
|
||||
},
|
||||
cmdclass={
|
||||
"clean": Clean,
|
||||
|
|
|
|||
Loading…
Reference in a new issue