Update dependencies and remove python 3.5 special casing
This commit is contained in:
@@ -33,12 +33,9 @@ setuptools.setup(
|
||||
"ruamel.yaml>=0.15.35,<0.16",
|
||||
"future-fstrings>=0.4.2",
|
||||
"python-magic>=0.4.15,<0.5",
|
||||
"telethon-aio==0.18.3" if sys.version_info >= (3, 6) else "telethon-aio-git",
|
||||
"telethon-aio>=0.19.0,<0.19.1",
|
||||
"telethon-session-sqlalchemy>=0.1.2,<0.3",
|
||||
],
|
||||
dependency_links=[
|
||||
"https://github.com/tulir/telethon-asyncio/tarball/bcdc4d77ea6edd6049497bac9074d0ad4277d1cc#egg=telethon-aio-git-0.18.3+1"
|
||||
],
|
||||
extras_require=extras,
|
||||
|
||||
classifiers=[
|
||||
|
||||
Reference in New Issue
Block a user