Add xsv to lokaalverdeling shell

This commit is contained in:
Charlotte Van Petegem 2023-11-06 17:19:49 +01:00
parent 49314c4847
commit f01c847034
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -32,5 +32,6 @@ pkgs.devshell.mkShell {
name = "Lokaalverdeling";
packages = with pkgs; [
(python3.withPackages (ps: with ps; [ click pandas-ods-reader jinja2 pyyaml ]))
xsv
];
}