Python deps for ogprog project
This commit is contained in:
parent
e828a643d8
commit
307c22d4a2
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: pkgs.devshell.mkShell {
|
||||
name = "Objectgericht programmeren project";
|
||||
packages = with pkgs; [ openssl maven openjdk ];
|
||||
packages = with pkgs; [ openssl maven openjdk (python3.withPackages (ps: with ps; [ beautifulsoup4 notmuch pyyaml ])) ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue