workstation | added python-dateutil

This commit is contained in:
Don Harper 2023-10-14 22:04:53 -05:00
parent fe1c6e4387
commit 8a76e77561

View file

@ -4,6 +4,7 @@ let
my-python-packages = python-packages: with python-packages; [
pip
pipx
python-dateutil
#setuptools
];
python-with-my-packages = pkgs.python311Full.withPackages my-python-packages;