From 5c46aad0d1fbd1f31df6abc96b41cc1b762a72f5 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 23 Feb 2018 12:17:17 +0200 Subject: [PATCH] Maybe fix production setup --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 7c64d91c..60a713d3 100644 --- a/setup.py +++ b/setup.py @@ -27,9 +27,9 @@ setuptools.setup( "python-magic>=0.4.15,<0.5", ], dependency_links=[ - ("https://github.com/LonamiWebs/Telethon/tarball/6e854325a8e0e800a4f337257293d09006946162#egg=Telethon" - if sys.version_info > (3, 5) - else "https://github.com/tulir/Telethon/tarball/24dc21aea3305ef3bb8c7fcaef2025ae65d5c85e#egg=Telethon") + ("https://github.com/LonamiWebs/Telethon/tarball/6e854325a8e0e800a4f337257293d09006946162#egg=Telethon-0.17.2" + if sys.version_info >= (3, 6) + else "https://github.com/tulir/Telethon/tarball/24dc21aea3305ef3bb8c7fcaef2025ae65d5c85e#egg=Telethon-0.17.2") ], classifiers=[