From be7aca0828254aff29a91192254f3f7603748180 Mon Sep 17 00:00:00 2001 From: Sachidanand Alle Date: Wed, 18 Oct 2023 01:43:58 +0000 Subject: [PATCH] Fix Build Signed-off-by: Sachidanand Alle --- requirements.txt | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index e3315a0d8..a0aa1fe54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,7 @@ python-dotenv==1.0.0 fastapi==0.95.0 python-multipart==0.0.6 requests-toolbelt==0.10.1 +httpx==0.23.3 schedule==1.1.0 dicomweb-client==0.59.1 timeloop==1.0.2 diff --git a/setup.cfg b/setup.cfg index 56b64cd1d..dc288740e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,6 +42,7 @@ install_requires = fastapi==0.95.0 python-multipart==0.0.6 requests-toolbelt==0.10.1 + httpx==0.23.3 schedule==1.1.0 dicomweb-client==0.59.1 timeloop==1.0.2