This commit is contained in:
Cunshun Xia 2026-03-01 03:16:33 -08:00 committed by GitHub
commit 7e7f1118d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,6 @@ classifiers = [
dependencies = [
"certifi",
"httpcore==1.*",
"anyio",
"idna",
]
dynamic = ["readme", "version"]
@ -54,6 +53,9 @@ socks = [
zstd = [
"zstandard>=0.18.0",
]
test = [
"anyio",
]
[project.scripts]
httpx = "httpx:main"