flake8==3.3.0; python_version != '2.6'
flake8==2.6.2; python_version == '2.6'

pydocstyle==2.0.0; python_version != '2.6'
pydocstyle==1.1.1; python_version == '2.6'

pip==9.0.1; python_version != '3.2'
pip==7.1.2; python_version == '3.2'

setuptools==36.2.0; python_version != '2.6' and python_version != '3.2'
setuptools==29.0.1; python_version == '2.6' or python_version == '3.2'

virtualenv==15.1.0; python_version != '3.2'
virtualenv==13.1.2; python_version == '3.2'

coverage==4.4.1; python_version != '3.2'
coverage==3.7.1; python_version == '3.2'

Sphinx==1.6.3; python_version != '2.6' and python_version != '3.2'
Sphinx==1.4.9; python_version == '2.6' or python_version == '3.2'

sh==1.12.14
lxml==3.8.0
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
tox==2.7.0
coveralls==1.1

unittest2==1.1.0; python_version == '2.6'