fix: Fixes to handle the new extra deps group
This commit is contained in:
@@ -24,13 +24,9 @@ from scrapling.core._types import (
|
||||
Any,
|
||||
)
|
||||
|
||||
from .toolbelt import (
|
||||
Response,
|
||||
generate_headers,
|
||||
__default_useragent__,
|
||||
)
|
||||
from .toolbelt.custom import Response
|
||||
from .toolbelt.convertor import ResponseFactory
|
||||
from .toolbelt.fingerprints import generate_convincing_referer
|
||||
from .toolbelt.fingerprints import generate_convincing_referer, generate_headers, __default_useragent__
|
||||
|
||||
_UNSET = object()
|
||||
|
||||
|
||||
@@ -1,11 +1 @@
|
||||
from .custom import (
|
||||
BaseFetcher,
|
||||
Response,
|
||||
StatusText,
|
||||
get_variable_name,
|
||||
)
|
||||
from .fingerprints import (
|
||||
generate_headers,
|
||||
get_os_name,
|
||||
__default_useragent__,
|
||||
)
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ 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 (
|
||||
|
||||
Reference in New Issue
Block a user