From b6e5579b6dce72d4a81dddd8f19fd8165bccb2bc Mon Sep 17 00:00:00 2001 From: Sipak Date: Wed, 17 Sep 2025 07:12:11 +0530 Subject: [PATCH] Fix URL format for Telethon-Patch dependency --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index acbc790d4..d072b9815 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Important Requirements here. telethon gitpython -https://github.com/New-dev0/Telethon-Patch/archive/main.zip +git+https://github.com/New-dev0/Telethon-Patch/archive/main.zip python-decouple python-dotenv telegraph @@ -9,4 +9,4 @@ enhancer requests aiohttp catbox-uploader -cloudscraper \ No newline at end of file +cloudscraper