From 8d245c134d0c3a2fb8834d9d297d3cda0047dce6 Mon Sep 17 00:00:00 2001 From: Slavik Svyrydiuk Date: Tue, 18 Jun 2024 18:27:09 +0200 Subject: [PATCH] chore: update requirements add - telethon==1.36.0 - python-dotenv==1.0.1 --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 4695321..a9d7114 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,4 @@ falcon==3.1.3 uvicorn==0.30.1 +telethon==1.36.0 +python-dotenv==1.0.1