hosts/servers | update python
This commit is contained in:
parent
c6ef107543
commit
5d0e955ddb
1 changed files with 5 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue