Update tgcrypto required version

This commit is contained in:
Dan 2018-09-19 16:23:33 +02:00
parent 0f6e5ef298
commit 9ef8c786e4

View File

@ -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