updates from makefile

This commit is contained in:
Don Harper 2023-12-19 14:35:38 -06:00
parent 7a31f31a1c
commit fc07ec08cc
3 changed files with 16 additions and 15 deletions

View file

@ -6,6 +6,7 @@ let
pipx
python-dateutil
setuptools
requests
];
python-with-my-packages = pkgs.python3Full.withPackages my-python-packages;
in