From 1835e76e224c08005a724188b7706489e838adc0 Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Thu, 16 Jan 2025 11:42:43 +0100 Subject: [PATCH] Add httpx as test dependency --- diracx-testing/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/diracx-testing/pyproject.toml b/diracx-testing/pyproject.toml index 0c841fcf..e201de93 100644 --- a/diracx-testing/pyproject.toml +++ b/diracx-testing/pyproject.toml @@ -17,6 +17,7 @@ dependencies = [ "pytest-asyncio", "pytest-cov", "pytest-xdist", + "httpx", ] dynamic = ["version"]