python: add tkinter, matplotlib, poetry
Remove python-lsp-ruff since flymake does ruff linting
This commit is contained in:
parent
749ece4be9
commit
8a66f1f41e
|
@ -9,13 +9,15 @@
|
||||||
with ps; [
|
with ps; [
|
||||||
ipython
|
ipython
|
||||||
python-lsp-server
|
python-lsp-server
|
||||||
python-lsp-ruff
|
|
||||||
pylsp-mypy
|
pylsp-mypy
|
||||||
|
tkinter
|
||||||
numpy
|
numpy
|
||||||
scipy
|
scipy
|
||||||
|
matplotlib
|
||||||
]))
|
]))
|
||||||
ruff
|
ruff
|
||||||
isort
|
isort
|
||||||
|
poetry
|
||||||
|
|
||||||
# Fortran
|
# Fortran
|
||||||
gfortran
|
gfortran
|
||||||
|
|
Loading…
Reference in a new issue