From 146ca2c59f0ec1ed25626270fe869b4c714ecff6 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Thu, 8 Jun 2023 22:03:24 -0400 Subject: [PATCH] Add missing httpx --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4fb3c8b..2946143 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ server = [ "fastapi", "sse-starlette", ] -test = ["pytest"] +test = ["pytest", "httpx"] [tool.poetry.dependencies] python = "^3.8.1"