From 4dc9d7d5a53b4c9b8d49233cf2c384dda35c5313 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 9 Nov 2025 16:21:55 -0500 Subject: feat: Add stripe to Python deps and document dependency process - Add stripe to Omni/Bild/Deps/Python.nix (alphabetically sorted) - Fix all type annotations in Billing.py for mypy - Document how to add Python packages in AGENTS.md - Add billing routes to Web.py (checkout, portal, webhook) This enables Stripe integration in PodcastItLater. Related to task t-144e7lF --- Omni/Bild/Deps/Python.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'Omni') diff --git a/Omni/Bild/Deps/Python.nix b/Omni/Bild/Deps/Python.nix index a53231d..2b8531b 100644 --- a/Omni/Bild/Deps/Python.nix +++ b/Omni/Bild/Deps/Python.nix @@ -26,6 +26,7 @@ "slixmpp" "sqids" "starlette" + "stripe" "trafilatura" "types-requests" "uvicorn" -- cgit v1.2.3