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
|
}: let
|
||||||
my-python-packages = python-packages:
|
my-python-packages = python-packages:
|
||||||
with python-packages; [
|
with python-packages; [
|
||||||
pip
|
|
||||||
# pipx
|
# pipx
|
||||||
|
distutils
|
||||||
|
docx2txt
|
||||||
|
numpy
|
||||||
|
pip
|
||||||
python-dateutil
|
python-dateutil
|
||||||
setuptools
|
|
||||||
requests
|
requests
|
||||||
|
setuptools
|
||||||
];
|
];
|
||||||
python-with-my-packages = pkgs.python313.withPackages my-python-packages;
|
python-with-my-packages = pkgs.python313.withPackages my-python-packages;
|
||||||
in {
|
in {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue