Skip to content

Commit

Permalink
Make httpx a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed May 20, 2024
1 parent 1afdbbd commit 5c33134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies = [
"grpc-stubs >= 1.53.0.5",
"http-message-signatures >= 0.4.4",
"tblib >= 3.0.0",
"httpx >= 0.27.0",
"typing_extensions >= 4.10"
]

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

dev = [
"httpx >= 0.27.0",
"black >= 24.1.0",
"isort >= 5.13.2",
"mypy >= 1.10.0",
Expand Down

0 comments on commit 5c33134

Please sign in to comment.