pyserial>=3.5

[dev]
pytest>=7.0
pytest-cov>=4.0
isort<6.0,>=5.12
ruff>=0.1.0
types-pyserial>=3.5

[dev:python_version == "3.8"]
black<25.0,>=22.0

[dev:python_version >= "3.9"]
black>=23.0
mypy>=1.0

[docs]
sphinx>=6.0
sphinx-rtd-theme>=1.0
