From 83f2640c63cd5d7d7f311253575a9b7400b2739b Mon Sep 17 00:00:00 2001 From: David Todd Date: Sat, 18 Jan 2020 22:53:46 -0600 Subject: [PATCH] update dependencies for telethon --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index f3e7b64..67aec17 100644 --- a/Pipfile +++ b/Pipfile @@ -7,6 +7,7 @@ verify_ssl = true [packages] bottle = "*" +telethon = "*" [requires] python_version = "3.8"