This commit is contained in:
2023-02-25 05:08:08 +00:00
parent 860a65ff05
commit beefb84ced
2 changed files with 6 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
{ pkgs }:
pkgs.python3.withPackages (p: with p; [
requests # HTTP library
setuptools # setup.py
paramiko # ssh library
])