xnergy-example/requirements.txt
longqi 237af8e3c7 Add pyproject.toml for Poetry dependency management and update requirements.txt
- Created a new pyproject.toml file to define project metadata and dependencies using Poetry.
- Updated requirements.txt to specify compatible versions of minimalmodbus and pyserial for Python 3.8 and above.
2025-05-15 15:19:58 +08:00

3 lines
141 B
Plaintext

minimalmodbus==2.1.1 ; python_version >= "3.8" and python_version < "4.0"
pyserial==3.5 ; python_version >= "3.8" and python_version < "4.0"