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