workstation | tweek python libs

This commit is contained in:
Don Harper 2025-03-10 06:26:40 -05:00
parent bf58d7dbdd
commit fdce272402

View file

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