feat(Fetcher): Replacing httpx + Adding FetcherSession

Check out the discord server for details
This commit is contained in:
Karim shoair
2025-05-25 21:10:20 +03:00
parent 5c420b7384
commit 9e68e60161
5 changed files with 876 additions and 586 deletions
+1 -2
View File
@@ -48,7 +48,6 @@ setup(
"Programming Language :: Python :: Implementation :: CPython",
"Typing :: Typed",
],
# Instead of using requirements file to dodge possible errors from tox?
install_requires=[
"lxml>=5.0",
"cssselect>=1.2",
@@ -56,7 +55,7 @@ setup(
"click",
"orjson>=3",
"tldextract",
"httpx[brotli,zstd, socks]",
"curl_cffi>=0.11.1",
"playwright>=1.49.1",
"rebrowser-playwright>=1.49.1",
"camoufox[geoip]>=0.4.11",