mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-06 07:47:53 +10:00
remove dependencies on unneeded libraries
This commit is contained in:
@@ -4,8 +4,7 @@ import os
|
||||
import sys
|
||||
import re
|
||||
from pathlib import Path
|
||||
from typing import Type, Tuple, Callable, ClassVar, Dict, Any
|
||||
from typing_extensions import Annotated
|
||||
from typing import Type, Tuple, Callable, ClassVar, Dict, Any, Annotated
|
||||
|
||||
import toml
|
||||
from rich import print
|
||||
|
||||
@@ -10,9 +10,8 @@ import inspect
|
||||
import importlib
|
||||
import itertools
|
||||
from pathlib import Path
|
||||
from typing import Dict, Callable, List, Set, Tuple, Iterable, Any, TypeVar, TypedDict, Type, cast, Generic, Mapping, overload, Final, ParamSpec, Literal, Protocol
|
||||
from typing import Dict, Callable, List, Set, Tuple, Iterable, Any, TypeVar, TypedDict, Type, cast, Generic, Mapping, overload, Final, ParamSpec, Literal, Protocol, Annotated
|
||||
from types import ModuleType
|
||||
from typing_extensions import Annotated
|
||||
from functools import cache
|
||||
|
||||
from benedict import benedict
|
||||
|
||||
Reference in New Issue
Block a user