add python package
This commit is contained in:
parent
452657910d
commit
0b13366793
|
@ -3,9 +3,16 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
(python311Full.withPackages(ps: with ps; [
|
(python311Full.withPackages(ps: with ps; [
|
||||||
requests
|
requests
|
||||||
github-email-explorer
|
|
||||||
pygame
|
pygame
|
||||||
shapely
|
shapely
|
||||||
|
|
||||||
|
# github-email-explorer
|
||||||
|
Jinja2
|
||||||
|
MarkupSafe
|
||||||
|
python-
|
||||||
|
requests
|
||||||
|
sendgrid
|
||||||
|
tabulate
|
||||||
]))
|
]))
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue