mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
remove checks import and bump pydantic pkgr version
This commit is contained in:
parent
04d2316800
commit
fdc720b13d
3 changed files with 3 additions and 4 deletions
|
@ -11,7 +11,6 @@ from pydantic import InstanceOf, Field, model_validator, validate_call
|
|||
import django
|
||||
import django.db.backends.sqlite3.base
|
||||
from django.db.backends.sqlite3.base import Database as django_sqlite3 # type: ignore[import-type]
|
||||
from django.core.checks import Error, Tags
|
||||
from pydantic_pkgr import BinProvider, PipProvider, BinName, BinProviderName, ProviderLookupDict, SemVer
|
||||
|
||||
from archivebox.config import CONSTANTS, VERSION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue