From 0b005c192b2c141c7f6c9bff4a0702361814c21d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 13 Aug 2025 13:36:30 -0400 Subject: Prototype PodcastItLater This implements a working prototype of PodcastItLater. It basically just works for a single user currently, but the articles are nice to listen to and this is something that we can start to build with. --- Omni/Bild/Deps/Python.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Omni/Bild/Deps/Python.nix') diff --git a/Omni/Bild/Deps/Python.nix b/Omni/Bild/Deps/Python.nix index e7c796d..0f0c409 100644 --- a/Omni/Bild/Deps/Python.nix +++ b/Omni/Bild/Deps/Python.nix @@ -1,6 +1,11 @@ [ + "boto3" + "botocore" "cryptography" + "feedgen" "flask" + "httpx" + "itsdangerous" "llm" "llm-ollama" "ludic" @@ -12,10 +17,15 @@ "pydantic-ai" "pydantic-ai-slim" "pydantic-graph" + "pydub" + "pytest" + "pytest-asyncio" + "pytest-mock" "requests" "slixmpp" "sqids" "starlette" + "trafilatura" "types-requests" "uvicorn" ] -- cgit v1.2.3