Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
➕ Add httpx[socks] to support socks http proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
mnixry committed Jan 31, 2022
1 parent e9573c9 commit 5af1fc0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/mnixry/nonebot-plugin-gocqhttp"
python = "^3.7.3"
nonebot2 = "^2.0.0-beta.1"
PyYAML = "^6.0"
httpx = { extras = ["http2"], version = ">=0.21.3,<0.23.0" }
httpx = {extras = ["http2", "socks"], version = "^0.22.0"}
psutil = "^5.9.0"
nonebot-adapter-onebot = "^2.0.0-beta.1"

Expand Down

0 comments on commit 5af1fc0

Please sign in to comment.