build: Move click library to be part of the fetchers extra

This commit is contained in:
Karim shoair
2025-09-14 20:32:46 +03:00
parent eae088a07b
commit fdac239fcc
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -58,13 +58,13 @@ classifiers = [
dependencies = [
"lxml>=6.0.1",
"cssselect>=1.3.0",
"click>=8.2.1",
"orjson>=3.11.3",
"tldextract>=5.3.0",
]
[project.optional-dependencies]
fetchers = [
"click>=8.2.1",
"curl_cffi>=0.13.0",
"playwright>=1.52.0",
"rebrowser-playwright>=1.52.0",