diff options
| author | Ben Sima <ben@bsima.me> | 2025-11-09 16:21:55 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bsima.me> | 2025-11-09 16:21:55 -0500 |
| commit | 4dc9d7d5a53b4c9b8d49233cf2c384dda35c5313 (patch) | |
| tree | 0ce5de090a133794aaa79547b76e55afa07bdba6 /Omni/Bild | |
| parent | baf1ea549ad0218efcfaf489f9fb2ed7b67bf652 (diff) | |
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
Diffstat (limited to 'Omni/Bild')
| -rw-r--r-- | Omni/Bild/Deps/Python.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
