mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
perf(app): 移除 从浏览器读取 Cookie 功能
- 更新项目依赖版本 - 移除 `rookiepy` 依赖
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user