hosts/servers | update python

This commit is contained in:
Don Harper 2025-11-24 20:17:33 -06:00
parent c6ef107543
commit 5d0e955ddb

View file

@ -8,11 +8,14 @@
}: let
my-python-packages = python-packages:
with python-packages; [
pip
# pipx
distutils
docx2txt
numpy
pip
python-dateutil
setuptools
requests
setuptools
];
python-with-my-packages = pkgs.python313.withPackages my-python-packages;
in {