Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 0f6e5ef

Browse files
committed
Use a stricter tgcrypto version requirement
1 parent 6ce71b4 commit 0f6e5ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.0.4"]},
175+
extras_require={"tgcrypto": ["tgcrypto==1.1.0"]},
176176
cmdclass={
177177
"clean": Clean,
178178
"generate": Generate

0 commit comments

Comments
 (0)