Update deps in shell.nix

This commit is contained in:
Chandler Swift 2024-10-19 23:36:35 -05:00
parent fd40ab6f7a
commit a62bcfca70
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -5,8 +5,9 @@ in
pkgs.mkShellNoCC {
packages = with pkgs; [
python3
python311Packages.requests
python312
python312Packages.requests
python312Packages.beautifulsoup4
nodejs
];
}