# Basic Atramhasis dev requirements

# pyramid
pyramid-debugtoolbar==4.5

# Testing
pytest==4.3.0
pytest-cov==2.6.1
py==1.8.0
coveralls==1.6.0
webtest==2.0.33
mock==2.0.0
testfixtures==6.6.0

# Documentation
Sphinx==1.8.4
sphinxcontrib-httpdomain==1.7.0
pygments==2.3.1

# waitress
waitress==1.2.0

# Linting
flake8==3.7.7
mccabe==0.6.1
pep8==1.7.1
pyflakes==2.1.0
