shells/axidraw: add pillow too

This commit is contained in:
Artemis Tosini 2024-01-15 20:48:12 +00:00
parent 7fc1686696
commit 03993cb981
Signed by: artemist
GPG key ID: EE5227935FE3FF18

View file

@ -7,6 +7,6 @@ mkShell {
}) })
python3 python3
jupyter jupyter
] ++ (with python3.pkgs; [ ipython requests axicli drawsvg ]); ] ++ (with python3.pkgs; [ ipython requests axicli drawsvg pillow ]);
} }