From 2f2c0eaa0e2615d433bad5aa583e687629f2371f Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 4 Dec 2024 21:04:57 -0500 Subject: Manage Storybook Images This adds the Images endpoint and related functions for loading and saving images to the filesystem. In the view layer, it also loads the images asynchronously using HTMX, so the images get lazy-loaded only when they are done generating. --- Omni/Bild/Deps/Python.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Omni/Bild/Deps/Python.nix') diff --git a/Omni/Bild/Deps/Python.nix b/Omni/Bild/Deps/Python.nix index 9af4630..bb01139 100644 --- a/Omni/Bild/Deps/Python.nix +++ b/Omni/Bild/Deps/Python.nix @@ -6,8 +6,10 @@ "mypy" "nltk" "openai" + "requests" "slixmpp" "sqids" "starlette" + "types-requests" "uvicorn" ] -- cgit v1.2.3