3 Commits

Author SHA1 Message Date
Zhang LongQi
e24444305f Update Python version constraints and enhance project dependencies
- Updated Python version requirement from ">=3.8,<4.0" to ">=3.9,<3.14" in pyproject.toml and requirements.txt.
- Added additional development dependencies: poetry, ipython, flake8, yapf, and pyinstaller.
- Configured multiple package sources for dependency resolution in pyproject.toml.
- Added formatting configurations for yapf and black to maintain code style consistency.
2025-06-06 10:37:00 +08:00
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
LongQi
e2255c7aa4 add package dependency 2020-10-23 11:36:24 +08:00