1
0

develop/packages: fix Python3

This commit is contained in:
2025-11-20 22:03:36 -08:00
parent 6416611abe
commit c9269c6644

View File

@@ -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