gavinying / modpoll

A New Command-line Tool for Modbus and MQTT
https://gavinying.github.io/modpoll
MIT License
84 stars 17 forks source link

pyserial missing in dockerimage #32

Closed dirstel closed 8 months ago

dirstel commented 8 months ago

pyserial is missing in dockerimage, so no searial connection can be established.

pip list
Package            Version
------------------ --------
certifi            2024.2.2
charset-normalizer 3.3.2
idna               3.6
modpoll            0.7.0
paho-mqtt          1.6.1
pip                23.0.1
prettytable        3.9.0
pymodbus           3.6.4
requests           2.31.0
setuptools         57.5.0
urllib3            2.2.0
wcwidth            0.2.13
wheel              0.42.0
[notice] A new release of pip is available: 23.0.1 -> 24.0
[notice] To update, run: pip install --upgrade pip