add pillow to the python dev shell

This commit is contained in:
Seaswimmer 2024-12-14 09:08:21 -05:00
parent 110373cde1
commit c7dba7a855
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -10,5 +10,6 @@ pkgs.mkShell {
python312 python312
python312Packages.requests python312Packages.requests
python312Packages.pyperclip python312Packages.pyperclip
python312Packages.pillow
]; ];
} }