discover==0.4.0 # support for python 2.6
unittest2==1.1.0 # support for python 2.6
flake8==2.6.2; python_version < '2.7'
flake8==3.2.1; python_version >= '2.7'
coverage==3.7.1
python-coveralls==2.9.0
radon==1.4.2
mock==2.0.0
pytest==3.0.4
pylint<1.4; python_version < '2.7'
astroid<=1.3.2; python_version < '2.7' # astroid is a pylint dependency
pylint==1.6.4; python_version >= '2.7'
-e .