mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2025-12-26 04:48:05 +08:00
build(requirements): 更新 httpx 依赖并修改 uv 编译命令
- 将 httpx 依赖升级到 0.28.1 版本并添加 socks 支持 - 修改 uv pip compile 命令,增加 --no-strip-extras 参数以保留额外依赖
This commit is contained in:
parent
71278527e1
commit
14315e4657
@ -1,5 +1,5 @@
|
||||
# This file was autogenerated by uv via the following command:
|
||||
# uv pip compile pyproject.toml --no-deps -o requirements.txt
|
||||
# uv pip compile pyproject.toml --no-deps --no-strip-extras -o requirements.txt
|
||||
aiofiles==24.1.0
|
||||
# via xhs-downloader (pyproject.toml)
|
||||
aiosqlite==0.21.0
|
||||
@ -10,7 +10,7 @@ emoji==2.14.1
|
||||
# via xhs-downloader (pyproject.toml)
|
||||
fastapi==0.115.8
|
||||
# via xhs-downloader (pyproject.toml)
|
||||
httpx==0.28.1
|
||||
httpx[socks]==0.28.1
|
||||
# via xhs-downloader (pyproject.toml)
|
||||
lxml==5.3.1
|
||||
# via xhs-downloader (pyproject.toml)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user