This commit is contained in:
UncleCode
2025-01-01 15:15:14 +08:00
parent bd66befcf0
commit 553c97a0c1
2 changed files with 3 additions and 6 deletions

View File

@@ -2,7 +2,6 @@ import subprocess
import sys
import asyncio
from .async_logger import AsyncLogger, LogLevel
from .docs_manager import DocsManager
# Initialize logger
logger = AsyncLogger(log_level=LogLevel.DEBUG, verbose=True)
@@ -45,7 +44,3 @@ def run_migration():
logger.warning(f"Database initialization failed: {e}")
logger.warning("Database will be initialized on first use")
async def setup_docs():
"""Download documentation files"""
docs_manager = DocsManager(logger)
await docs_manager.update_docs()

View File

@@ -14,4 +14,6 @@ aiofiles>=24.1.0
colorama~=0.4
snowballstemmer~=2.2
pydantic>=2.10
pyOpenSSL>=24.3.0
pyOpenSSL>=24.3.0
psutil>=6.1.1
nltk>=3.9.1