From a62bcfca70487612e5d932001595e33e5bea3f5a Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Sat, 19 Oct 2024 23:36:35 -0500 Subject: [PATCH] Update deps in shell.nix --- shell.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 9d37600..dd1416c 100644 --- a/shell.nix +++ b/shell.nix @@ -5,8 +5,9 @@ in pkgs.mkShellNoCC { packages = with pkgs; [ - python3 - python311Packages.requests + python312 + python312Packages.requests + python312Packages.beautifulsoup4 nodejs ]; }