mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-24 07:51:44 +00:00
Update tgcrypto required version
This commit is contained in:
parent
0f6e5ef298
commit
9ef8c786e4
2
setup.py
2
setup.py
@ -172,7 +172,7 @@ setup(
|
||||
packages=find_packages(exclude=["compiler*"]),
|
||||
zip_safe=False,
|
||||
install_requires=read("requirements.txt"),
|
||||
extras_require={"tgcrypto": ["tgcrypto==1.1.0"]},
|
||||
extras_require={"tgcrypto": ["tgcrypto==1.1.1"]},
|
||||
cmdclass={
|
||||
"clean": Clean,
|
||||
"generate": Generate
|
||||
|
Loading…
Reference in New Issue
Block a user