From e312d8efc1655540972311fa26e63b8891abb0f9 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Tue, 9 Jun 2026 19:15:20 -0700 Subject: [PATCH] Add httpx dependency --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 29fc2ae..e153f4d 100644 --- a/flake.nix +++ b/flake.nix @@ -37,6 +37,7 @@ uvicorn jinja2 python-multipart + httpx ]; nativeCheckInputs = with python.pkgs; [