# Avocado test requirements

# inspektor (static and style checks)
isort==4.3.21
pyenchant==2.0.0
pylint==2.5.0
astroid==2.4.0
inspektor==0.5.2

coverage==5.1

# funcsigs
funcsigs>=0.4

# To run make check
aexpect==1.5.1
psutil==5.6.6

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

# For avocado.utils.network selftests
netifaces

# For tests that validate the produced XUnit output
elementpath==1.1.8
xmlschema==1.0.11

# resultsdb plugin uses requests, which in turn uses one
# available char detection module.  Thin makes the one to be
# used more predictable and works on more Python versions
charset-normalizer==2.0.12
requests==2.25.1
