build: update dependencies and fix geoip issue
This commit is contained in:
+6
-5
@@ -60,15 +60,16 @@ dependencies = [
|
|||||||
"cssselect>=1.3.0",
|
"cssselect>=1.3.0",
|
||||||
"IPython>=8.37", # The last version that supports Python 3.10
|
"IPython>=8.37", # The last version that supports Python 3.10
|
||||||
"click>=8.2.1",
|
"click>=8.2.1",
|
||||||
"orjson>=3.11.1",
|
"orjson>=3.11.2",
|
||||||
"tldextract>=5.3.0",
|
"tldextract>=5.3.0",
|
||||||
"curl_cffi>=0.11.4",
|
"curl_cffi>=0.13.0",
|
||||||
"playwright>=1.52.0",
|
"playwright>=1.52.0",
|
||||||
"rebrowser-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",
|
"msgspec>=0.19.0",
|
||||||
"markdownify>=1.1.0",
|
"markdownify>=1.2.0",
|
||||||
"mcp[cli]>=1.12.2",
|
"mcp[cli]>=1.13.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
Reference in New Issue
Block a user