xnergy-example/requirements.txt
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

5 lines
187 B
Plaintext

--index-url https://pypi.python.org/simple
minimalmodbus==2.1.1 ; python_version >= "3.9" and python_version < "3.14"
pyserial==3.5 ; python_version >= "3.9" and python_version < "3.14"