Switch to telethon package on pypi
This commit is contained in:
@@ -62,7 +62,6 @@ class AbstractUser:
|
|||||||
app_version=__version__,
|
app_version=__version__,
|
||||||
system_version=sysversion,
|
system_version=sysversion,
|
||||||
device_model=device,
|
device_model=device,
|
||||||
report_errors=False,
|
|
||||||
timeout=120)
|
timeout=120)
|
||||||
self.client.add_event_handler(self._update_catch)
|
self.client.add_event_handler(self._update_catch)
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -6,5 +6,5 @@ SQLAlchemy
|
|||||||
alembic
|
alembic
|
||||||
Markdown
|
Markdown
|
||||||
future-fstrings
|
future-fstrings
|
||||||
telethon-aio
|
telethon
|
||||||
telethon-session-sqlalchemy
|
telethon-session-sqlalchemy
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ setuptools.setup(
|
|||||||
"ruamel.yaml>=0.15.35,<0.16",
|
"ruamel.yaml>=0.15.35,<0.16",
|
||||||
"future-fstrings>=0.4.2",
|
"future-fstrings>=0.4.2",
|
||||||
"python-magic>=0.4.15,<0.5",
|
"python-magic>=0.4.15,<0.5",
|
||||||
"telethon-aio>=1.0,<1.1",
|
"telethon>=1.0,<1.1",
|
||||||
"telethon-session-sqlalchemy>=0.2.3,<0.3",
|
"telethon-session-sqlalchemy>=0.2.3,<0.3",
|
||||||
],
|
],
|
||||||
extras_require=extras,
|
extras_require=extras,
|
||||||
|
|||||||
Reference in New Issue
Block a user