From 1fe0ed1f23e9cfe879911cb6f753eaecaec851f1 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Fri, 10 Apr 2026 17:49:32 +0800 Subject: [PATCH] chore: remove lxml dependencies from project --- pyproject.toml | 4 ---- requirements.txt | 4 ---- 2 files changed, 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a6d589b8d..edf11b02e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,13 +15,11 @@ dependencies = [ "aiosqlite>=0.21.0", "anthropic>=0.51.0", "apscheduler>=3.11.0", - "beautifulsoup4>=4.13.4", "certifi>=2025.4.26", "chardet~=5.1.0", "loguru>=0.7.2", "cryptography>=44.0.3", "dashscope>=1.23.2", - "defusedxml>=0.7.1", "deprecated>=1.2.18", "dingtalk-stream>=0.22.1", "docstring-parser>=0.16", @@ -30,7 +28,6 @@ dependencies = [ "google-genai>=1.56.0", "httpx[socks]>=0.28.1", "lark-oapi>=1.4.15", - "lxml-html-clean>=0.4.2", "mcp>=1.8.0", "openai>=1.78.0", "ormsgpack>=1.9.1", @@ -45,7 +42,6 @@ dependencies = [ "python-telegram-bot>=22.6", "qq-botpy>=1.2.1", "quart>=0.20.0", - "readability-lxml>=0.8.4.1", "silk-python>=0.2.6", "slack-sdk>=3.35.0", "sqlalchemy[asyncio]>=2.0.41", diff --git a/requirements.txt b/requirements.txt index ff316c204..8c5737101 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,13 +4,11 @@ aiohttp>=3.11.18 aiosqlite>=0.21.0 anthropic>=0.51.0 apscheduler>=3.11.0 -beautifulsoup4>=4.13.4 certifi>=2025.4.26 chardet~=5.1.0 loguru>=0.7.2 cryptography>=44.0.3 dashscope>=1.23.2 -defusedxml>=0.7.1 deprecated>=1.2.18 dingtalk-stream>=0.22.1 docstring-parser>=0.16 @@ -19,7 +17,6 @@ filelock>=3.18.0 google-genai>=1.56.0 httpx[socks]>=0.28.1 lark-oapi>=1.4.15 -lxml-html-clean>=0.4.2 mcp>=1.8.0 openai>=1.78.0 ormsgpack>=1.9.1 @@ -34,7 +31,6 @@ python-telegram-bot>=22.6 qq-botpy>=1.2.1 python-socks>=2.8.0 quart>=0.20.0 -readability-lxml>=0.8.4.1 silk-python>=0.2.6 slack-sdk>=3.35.0 sqlalchemy[asyncio]>=2.0.41