Skip to content

Commit 2ed867b

Browse files
authored
add httpx dependency with socks back (#172)
This dependency was first introduced by #81 and accidentally removed by #85. We still need it when using Bub with SOCKS proxies. Signed-off-by: oilbeater <liumengxinfly@gmail.com>
1 parent dd8fd9c commit 2ed867b

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dependencies = [
3333
"loguru>=0.7.2",
3434
"rapidfuzz>=3.14.3",
3535
"aiohttp>=3.13.3",
36+
"httpx[socks]>=0.28.1",
3637
]
3738

3839
[project.urls]

uv.lock

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)