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 ]; }