Skip to content

Commit 9ef8c78

Browse files
committed
Update tgcrypto required version
1 parent 0f6e5ef commit 9ef8c78

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
@@ -172,7 +172,7 @@ def run(self):
172172
packages=find_packages(exclude=["compiler*"]),
173173
zip_safe=False,
174174
install_requires=read("requirements.txt"),
175-
extras_require={"tgcrypto": ["tgcrypto==1.1.0"]},
175+
extras_require={"tgcrypto": ["tgcrypto==1.1.1"]},
176176
cmdclass={
177177
"clean": Clean,
178178
"generate": Generate

0 commit comments

Comments
 (0)