From c21a75b2b6fe843dbc9874b655a624d20eddd5a4 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 12 Apr 2023 10:44:38 -0600 Subject: [PATCH] Add httpx dependency for build --- etc/environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/environment.yml b/etc/environment.yml index 1fc2eb2..dda305f 100644 --- a/etc/environment.yml +++ b/etc/environment.yml @@ -12,3 +12,4 @@ dependencies: - numpy - uvicorn - pytest + - httpx