# Basic Atramhasis dev requirements

# pyramid
pyramid-debugtoolbar==4.10

# 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==6.2.1
sphinxcontrib-httpdomain==1.8.1
pygments==2.15.1

# waitress
waitress==2.1.2

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