This commit is contained in:
2024-09-03 18:33:41 +00:00
parent 479b138055
commit ce8c8c3bc6
7 changed files with 138 additions and 1 deletions

View File

@@ -5,4 +5,5 @@ pkgs.python3.withPackages (p:
setuptools # setup.py
paramiko # ssh library
prometheus-api-client
pydub
])