Set max telethon version to 1.5.3

This commit is contained in:
Tulir Asokan
2019-02-04 09:06:58 +02:00
parent 01426308c5
commit 2480578bd9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ setuptools.setup(
"ruamel.yaml>=0.15.35,<0.16",
"future-fstrings>=0.4.2",
"python-magic>=0.4.15,<0.5",
"telethon>=1.5,<1.6",
"telethon>=1.5,<1.5.4",
"telethon-session-sqlalchemy>=0.2.3,<0.3",
],
extras_require=extras,