Unrestrict telethon version

This commit is contained in:
Tulir Asokan
2018-07-09 20:36:24 +03:00
parent 62b66040e7
commit 74f3956608
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ SQLAlchemy
alembic
Markdown
future-fstrings
telethon-aio>=1.0rc1
telethon-aio
telethon-session-sqlalchemy
+1 -1
View File
@@ -32,7 +32,7 @@ setuptools.setup(
"ruamel.yaml>=0.15.35,<0.16",
"future-fstrings>=0.4.2",
"python-magic>=0.4.15,<0.5",
"telethon-aio>=1.0rc1,<2.0",
"telethon-aio>=1.0,<1.1",
"telethon-session-sqlalchemy>=0.2.3,<0.3",
],
extras_require=extras,