# Avocado development requirements

# static and style checks
pyenchant==3.2.2
autopep8==1.6.0

coverage==7.5

# To run make check
psutil==5.9.5

# pycdlib is an optional requirement in production
# but is necessary for selftests
pycdlib==1.13.0

# For avocado.utils.network selftests
netifaces==0.11.0

# For tests that validate the produced XUnit output
xmlschema==1.7.0; python_version < '3.12'
xmlschema==2.5.0; python_version >= '3.12'

# For building the manpage
docutils==0.17.1

# For tests that check content generated by runners
jsonschema==3.2.0
PyYAML>=4.2b2
