# Basic Atramhasis dev requirements

# pyramid
pyramid-debugtoolbar==4.10

# Testing
pytest==7.4.2
pytest-cov==4.1.0
coveralls==3.3.1
webtest==3.0.0
mock==5.1.0
testfixtures==7.2.2

# 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
