summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 6bacce2..fcc0bd7 100644
--- a/shell.nix
+++ b/shell.nix
@@ -5,6 +5,8 @@ pkgs.mkShell {
(pkgs.python3.withPackages (ps: [
ps.zulip
ps.yfinance
+ ps.openai
+ ps.requests
]))
];