# Basic Atramhasis dev requirements

# pyramid
pyramid-debugtoolbar==4.9

# Testing
pytest==6.2.5
pytest-cov==3.0.0
coveralls==3.3.1
webtest==3.0.0
mock==4.0.3
testfixtures==6.18.3

# Documentation
Sphinx==4.3.2
sphinxcontrib-httpdomain==1.8.0
pygments==2.10.0

# waitress
waitress==2.0.0

# Linting
flake8==4.0.1
mccabe==0.6.1
pep8==1.7.1
pyflakes==2.4.0
