python-data template: add requests module

This commit is contained in:
2022-12-26 09:29:23 +00:00
parent a0ac7fa98d
commit 9a002c99eb
2 changed files with 43 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
natsort
pandas
plotly
requests
scipy
];
python3 = pkgs.python3.withPackages python-packages;