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 3d098013a9

View File

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