add python package

This commit is contained in:
Frost-Phoenix 2024-01-06 17:21:06 +01:00
parent 452657910d
commit 0b13366793

View file

@ -3,9 +3,16 @@
environment.systemPackages = with pkgs; [
(python311Full.withPackages(ps: with ps; [
requests
github-email-explorer
pygame
shapely
# github-email-explorer
Jinja2
MarkupSafe
python-
requests
sendgrid
tabulate
]))
];
}