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
my-python-packages = python-packages:
with python-packages; [
pip
# pipx
python-dateutil
distutils
setuptools
requests
docx2txt
numpy
pip
python-dateutil
requests
setuptools
];
python-with-my-packages = pkgs.python3Full.withPackages my-python-packages;
in {