Add Python 3.5 compatibility

This commit is contained in:
Tulir Asokan
2018-02-11 22:40:21 +02:00
parent 0e56592966
commit e1e9ba80fa
16 changed files with 23 additions and 5 deletions
+2 -1
View File
@@ -21,10 +21,11 @@ setuptools.setup(
"Markdown>=2.6.11,<3",
"ruamel.yaml>=0.15.35,<0.16",
"Pillow>=5.0.0,<6",
"future-fstrings>=0.4.1",
"python-magic>=0.4.15,<0.5",
],
dependency_links=[
"https://github.com/LonamiWebs/Telethon/tarball/7da092894b306d720cc60c04daa2bfba58f81946#egg=Telethon"
"https://github.com/tulir/Telethon/tarball/ac46abc9680c5a74897fe6dbe9e585ad2577b1fa#egg=Telethon"
],
classifiers=[