workstation | tweek python libs
This commit is contained in:
parent
bf58d7dbdd
commit
fdce272402
1 changed files with 5 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue