- 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.
3 lines
141 B
Plaintext
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"
|