Karim shoair commited on
Commit ·
ebf18ac
1
Parent(s): 4e9888e
build: update dependencies and fix geoip issue
Browse files- pyproject.toml +6 -5
pyproject.toml
CHANGED
|
@@ -60,15 +60,16 @@ dependencies = [
|
|
| 60 |
"cssselect>=1.3.0",
|
| 61 |
"IPython>=8.37", # The last version that supports Python 3.10
|
| 62 |
"click>=8.2.1",
|
| 63 |
-
"orjson>=3.11.
|
| 64 |
"tldextract>=5.3.0",
|
| 65 |
-
"curl_cffi>=0.
|
| 66 |
"playwright>=1.52.0",
|
| 67 |
"rebrowser-playwright>=1.52.0",
|
| 68 |
-
"camoufox
|
|
|
|
| 69 |
"msgspec>=0.19.0",
|
| 70 |
-
"markdownify>=1.
|
| 71 |
-
"mcp[cli]>=1.
|
| 72 |
]
|
| 73 |
|
| 74 |
[project.urls]
|
|
|
|
| 60 |
"cssselect>=1.3.0",
|
| 61 |
"IPython>=8.37", # The last version that supports Python 3.10
|
| 62 |
"click>=8.2.1",
|
| 63 |
+
"orjson>=3.11.2",
|
| 64 |
"tldextract>=5.3.0",
|
| 65 |
+
"curl_cffi>=0.13.0",
|
| 66 |
"playwright>=1.52.0",
|
| 67 |
"rebrowser-playwright>=1.52.0",
|
| 68 |
+
"camoufox>=0.4.11",
|
| 69 |
+
"geoip2>=5.1.0",
|
| 70 |
"msgspec>=0.19.0",
|
| 71 |
+
"markdownify>=1.2.0",
|
| 72 |
+
"mcp[cli]>=1.13.0",
|
| 73 |
]
|
| 74 |
|
| 75 |
[project.urls]
|