develop/packages: fix Python3
This commit is contained in:
@@ -42,10 +42,16 @@
|
|||||||
# === PYTHON DEVELOPMENT ===
|
# === PYTHON DEVELOPMENT ===
|
||||||
# Python ecosystem and tools
|
# Python ecosystem and tools
|
||||||
|
|
||||||
python3 # Python interpreter
|
(python3.withPackages (ps: with ps; [
|
||||||
python3Packages.pip # Python package installer
|
pip # Python package installer
|
||||||
python3Packages.virtualenv # Virtual environment management
|
virtualenv # Virtual environment management
|
||||||
python3Packages.poetry-core # Modern Python dependency management
|
poetry-core # Modern Python dependency management
|
||||||
|
requests
|
||||||
|
beautifulsoup4
|
||||||
|
numpy
|
||||||
|
pandas
|
||||||
|
pyqt5
|
||||||
|
]))
|
||||||
|
|
||||||
# === C/C++ DEVELOPMENT ===
|
# === C/C++ DEVELOPMENT ===
|
||||||
# LLVM toolchain and language server support
|
# LLVM toolchain and language server support
|
||||||
|
|||||||
Reference in New Issue
Block a user