Fix Telethon dependency in setup.py for Python 3.6
This commit is contained in:
@@ -28,7 +28,7 @@ setuptools.setup(
|
||||
dependency_links=[
|
||||
(
|
||||
"https://github.com/LonamiWebs/Telethon/tarball/7da092894b306d720cc60c04daa2bfba58f81946#egg=Telethon"
|
||||
if sys.version_info.major > 3 or sys.version_info.minor > 6
|
||||
if sys.version_info.major > 3 or sys.version_info.minor > 5
|
||||
else "https://github.com/tulir/Telethon/tarball/ac46abc9680c5a74897fe6dbe9e585ad2577b1fa#egg=Telethon")
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user