1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-30 14:53:01 +00:00

Improved Dependency check

This commit is contained in:
Ozzie Isaacs
2024-09-16 15:53:29 +02:00
parent 9d619ae5c7
commit 2617fa8af4
2 changed files with 2 additions and 3 deletions

View File

@@ -31,12 +31,11 @@ from flask_principal import Principal
from . import logger
from .cli import CliParameter
from .constants import CONFIG_DIR
from .reverseproxy import ReverseProxied
from .server import WebServer
from .dep_check import dependency_check
from .updater import Updater
from .babel import babel, get_locale
from .updater import Updater
from . import config_sql
from . import cache_buster
from . import ub, db