build: update deps

This commit is contained in:
Karim shoair
2025-06-14 22:05:57 +03:00
parent 6e837f6a12
commit fcac10fa6d
+5 -5
View File
@@ -54,11 +54,11 @@ classifiers = [
"Typing :: Typed", "Typing :: Typed",
] ]
dependencies = [ dependencies = [
"lxml>=5.0", "lxml>=5.4.0",
"cssselect>=1.2", "cssselect>=1.3.0",
"IPython", "IPython>=8.18.1", # The last version that supports Python 3.9
"click", "click>=8.1.8",
"orjson>=3", "orjson>=3.10.18",
"tldextract>=5.3.0", "tldextract>=5.3.0",
"curl_cffi>=0.11.3", "curl_cffi>=0.11.3",
"playwright>=1.52.0", "playwright>=1.52.0",