build: update dependencies and fix geoip issue

This commit is contained in:
Karim shoair
2025-08-20 01:10:17 +03:00
parent 5aea62256b
commit 57a025a34f
+6 -5
View File
@@ -60,15 +60,16 @@ dependencies = [
"cssselect>=1.3.0",
"IPython>=8.37", # The last version that supports Python 3.10
"click>=8.2.1",
"orjson>=3.11.1",
"orjson>=3.11.2",
"tldextract>=5.3.0",
"curl_cffi>=0.11.4",
"curl_cffi>=0.13.0",
"playwright>=1.52.0",
"rebrowser-playwright>=1.52.0",
"camoufox[geoip]>=0.4.11",
"camoufox>=0.4.11",
"geoip2>=5.1.0",
"msgspec>=0.19.0",
"markdownify>=1.1.0",
"mcp[cli]>=1.12.2",
"markdownify>=1.2.0",
"mcp[cli]>=1.13.0",
]
[project.urls]