perf(app): 移除 从浏览器读取 Cookie 功能

- 更新项目依赖版本
- 移除 `rookiepy` 依赖
This commit is contained in:
Quan
2026-01-21 19:10:31 +08:00
parent 11d5aab6ba
commit 9065d4c350
9 changed files with 214 additions and 235 deletions

View File

@@ -10,20 +10,19 @@ license = "GPL-3.0"
requires-python = ">=3.12,<3.13"
dependencies = [
"aiofiles>=25.1.0",
"aiosqlite>=0.21.0",
"aiosqlite>=0.22.0",
"click>=8.3.1",
"emoji>=2.15.0",
"fastapi>=0.124.2",
"fastmcp>=2.14.2",
"fastapi>=0.128.0",
"fastmcp>=2.14.3",
"httpx[socks]>=0.28.1",
"lxml>=6.0.2",
"pyperclip>=1.11.0",
"pyyaml>=6.0.3",
"rookiepy>=0.5.6",
"textual>=6.8.0",
"uvicorn>=0.38.0",
"websockets>=15.0.1",
"xhshow>=0.1.7",
"textual>=7.3.0",
"uvicorn>=0.40.0",
"websockets>=16.0",
"xhshow>=0.1.8",
]
[project.urls]