4 Commits

Author SHA1 Message Date
Zhang LongQi
ff00635b17 on/off use different time setting
- Changed Python version constraint from ">=3.9,<3.14" to ">=3.9,<3.13" in both files.
- Updated dependency versions in pyproject.toml to use wildcard "*" for development dependencies.
- Added hash values for minimalmodbus and pyserial in requirements.txt for enhanced security.
2025-09-09 17:32:01 +08:00
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
Zhang LongQi
3b228b0ced Update version to 0.2.0 in app.py and pyproject.toml 2025-06-05 18:18:05 +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