- 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.
5 lines
187 B
Plaintext
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"
|