From 5c331341789d922cf65787a72f5c7f1c34c326bf Mon Sep 17 00:00:00 2001 From: Chris O'Hara Date: Tue, 21 May 2024 08:58:20 +1000 Subject: [PATCH] Make httpx a dev dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea31036..1fc0d88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" ] @@ -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",