Update Telethon, fix leave messages and stop deleting sessions

This commit is contained in:
Tulir Asokan
2018-03-03 13:35:50 +02:00
parent ead445b81f
commit a9b362943f
4 changed files with 25 additions and 25 deletions
+2 -2
View File
@@ -29,9 +29,9 @@ setuptools.setup(
"telethon-asyncio-git",
],
dependency_links=[
("https://github.com/tulir/telethon-asyncio/tarball/0ee04f939267c29f9a684f1e5c90cedd67ecb4f9#egg=telethon-asyncio-git-0.17.4+1"
("https://github.com/tulir/telethon-asyncio/tarball/4432a2d14eded4463f8f30127d39b2801f671cf1#egg=telethon-asyncio-git-0.17.4+2"
if sys.version_info >= (3, 6)
else "https://github.com/tulir/telethon-asyncio/tarball/24ffd719cb6fa3eba6c2585c860c685275e12c52#egg=telethon-asyncio-git-0.17.4+1")
else "https://github.com/tulir/telethon-asyncio/tarball/4432a2d14eded4463f8f30127d39b2801f671cf1#egg=telethon-asyncio-git-0.17.4+2")
],
classifiers=[