From 74f99c183a2d496e9dac668a9c7821f89c562572 Mon Sep 17 00:00:00 2001 From: GongyiChuren Date: Mon, 1 Jun 2026 00:49:24 +0800 Subject: [PATCH] deps: add pysocks for telethon proxy support --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 4491c14..d219ed5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,4 @@ PyYAML==6.0.3 uvicorn[standard]==0.38.0 telethon==1.42.0 qrcode[pil]==8.2 +pysocks>=1.7.1