Skip to content

Commit 5c33134

Browse files
committed
Make httpx a dev dependency
1 parent 1afdbbd commit 5c33134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dependencies = [
1515
"grpc-stubs >= 1.53.0.5",
1616
"http-message-signatures >= 0.4.4",
1717
"tblib >= 3.0.0",
18-
"httpx >= 0.27.0",
1918
"typing_extensions >= 4.10"
2019
]
2120

@@ -24,6 +23,7 @@ fastapi = ["fastapi", "httpx"]
2423
lambda = ["awslambdaric"]
2524

2625
dev = [
26+
"httpx >= 0.27.0",
2727
"black >= 24.1.0",
2828
"isort >= 5.13.2",
2929
"mypy >= 1.10.0",

0 commit comments

Comments
 (0)