add python package
This commit is contained in:
parent
452657910d
commit
0b13366793
|
@ -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
|
||||
]))
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue