feat(Fetcher): Adding support to proxies using the SOCKS protocol

This commit is contained in:
Karim shoair
2024-12-19 13:30:43 +02:00
parent f74db648bc
commit bb398693b8
+1 -1
View File
@@ -53,7 +53,7 @@ setup(
"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'