1
0

system/develop: add yaml module for Python3

This commit is contained in:
Timo Bingmann
2025-12-05 18:12:43 -08:00
parent 41febdadfc
commit a2d0a4ff46

View File

@@ -46,11 +46,12 @@
pip # Python package installer pip # Python package installer
virtualenv # Virtual environment management virtualenv # Virtual environment management
poetry-core # Modern Python dependency management poetry-core # Modern Python dependency management
requests
beautifulsoup4 beautifulsoup4
numpy numpy
pandas pandas
pyqt5 pyqt5
requests
yaml
])) ]))
# === C/C++ DEVELOPMENT === # === C/C++ DEVELOPMENT ===