# We separate out requirements that are specific to the build, but not
# necessary for operation to minimize the size of containers

# Tests
coverage==7.6.1
pytest==9.0.3
pytest-asyncio==1.3.0
pytest-cov==5.0.0
pytest-timer==1.0.0
pytest-timeout>=2.3.1
timeout-decorator==0.5.0
pymarkdownlnt==0.9.30
parameterized>=0.9.0
pytest-xdist>=3.6.1

# Code quality
ruff==0.11.12
pylint==3.3.1
