refactor: Make all fetchers as an optional dependency group

+ Removing some dead code
This commit is contained in:
Karim shoair
2025-09-13 16:07:48 +03:00
parent d7e3deae2a
commit 13d7e70cb7
20 changed files with 142 additions and 174 deletions
+2 -1
View File
@@ -2,8 +2,10 @@
Functions related to custom types or type checking
"""
from functools import lru_cache
from email.message import Message
from scrapling.core.utils import log
from scrapling.core._types import (
Any,
Dict,
@@ -12,7 +14,6 @@ from scrapling.core._types import (
Tuple,
)
from scrapling.core.custom_types import MappingProxyType
from scrapling.core.utils import log, lru_cache
from scrapling.parser import Selector, SQLiteStorageSystem