From bb398693b87d5bfbeb6f4b9270dd1e3cbbd64461 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Thu, 19 Dec 2024 13:30:43 +0200 Subject: [PATCH] feat(Fetcher): Adding support to proxies using the SOCKS protocol --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a765fb..45b88ad 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ "w3lib", "orjson>=3", "tldextract", - 'httpx[brotli,zstd]', + 'httpx[brotli,zstd, socks]', 'playwright>=1.49.1', 'rebrowser-playwright>=1.49.1', 'camoufox[geoip]>=0.4.9'