# Avocado test requirements
# Setuptools
setuptools>=18.0.0
# sphinx (doc build test)
Sphinx>=1.3b1
# inspektor (static and style checks)
inspektor>=0.4.5
# mock (some unittests use it)
mock>=1.0.0; python_version <= '2.7'
# six
six>=1.9.0
# funcsigs
funcsigs>=0.4
# To run make check
pep8>=1.6.2
Pillow>=2.2.1
snakefood>=1.4; python_version <= '2.7'
networkx>=1.9.1; python_version <= '2.7'
pygraphviz>=1.3rc2; python_version <= '2.7'
pydot>=1.2.3; python_version <= '2.7'
aexpect>=1.0.0
psutil>=3.1.1
# six is a stevedore depedency, but we also use it directly
six>=1.9.0
# stevedore for loading "new style" plugins
stevedore>=0.14
lxml>=3.4.4
