2023-08-28 21:52:46 +02:00
|
|
|
{
|
2023-09-11 20:23:04 +02:00
|
|
|
config,
|
|
|
|
lib,
|
|
|
|
fn,
|
|
|
|
pkgs,
|
|
|
|
...
|
|
|
|
}:
|
|
|
|
with lib; {
|
|
|
|
config.machine.pkgsets.python3.pkgwrap = pkgs.python310.withPackages (ps: (fn.pkgFilter config.machine.pkgsets.python3.pkgs));
|
2023-01-29 14:31:48 +01:00
|
|
|
config.machine.pkgsets.python3.pkgs = with pkgs.python310Packages; [
|
2019-10-23 03:44:17 +02:00
|
|
|
GitPython
|
|
|
|
bpython
|
|
|
|
configparser
|
2023-01-29 14:31:48 +01:00
|
|
|
pysrt
|
2019-10-23 03:44:17 +02:00
|
|
|
emoji
|
|
|
|
epc
|
|
|
|
flake8
|
|
|
|
genanki
|
2023-09-11 20:23:04 +02:00
|
|
|
matplotlib
|
|
|
|
ipywidgets
|
2021-10-28 09:46:12 +02:00
|
|
|
python-docx
|
2019-10-23 03:44:17 +02:00
|
|
|
mypy
|
|
|
|
numpy
|
2021-10-28 09:46:12 +02:00
|
|
|
mysqlclient
|
|
|
|
pandas
|
|
|
|
# ocv3 scipy scikitimage (imutils.override { opencv3 = ocv3; })
|
2019-10-23 03:44:17 +02:00
|
|
|
paho-mqtt
|
|
|
|
pep8
|
|
|
|
pillow
|
|
|
|
pip
|
|
|
|
plotly
|
|
|
|
pyflakes
|
2021-10-28 09:46:12 +02:00
|
|
|
pypdf2
|
|
|
|
# pygame pygame_sdl2
|
2019-10-23 03:44:17 +02:00
|
|
|
pylama
|
2023-09-11 20:23:04 +02:00
|
|
|
pylint
|
|
|
|
toml
|
2019-10-23 03:44:17 +02:00
|
|
|
pyopengl
|
|
|
|
pyproj
|
|
|
|
pytest
|
|
|
|
requests
|
|
|
|
schedule
|
|
|
|
scipy
|
|
|
|
selenium
|
2021-10-28 09:46:12 +02:00
|
|
|
setuptools
|
2019-10-23 03:44:17 +02:00
|
|
|
telegram
|
|
|
|
tkinter
|
|
|
|
toolz
|
2021-10-28 09:46:12 +02:00
|
|
|
tifffile
|
2019-10-23 03:44:17 +02:00
|
|
|
virtualenv
|
2021-10-28 09:46:12 +02:00
|
|
|
# xdot
|
2019-10-23 03:44:17 +02:00
|
|
|
];
|
|
|
|
}
|