# Runtime requirements
--requirement requirements.txt

# Testing
pytest==3.4.1
funcsigs==1.0.2 # backported py33 stdlib funcsigs for py27
pluggy==0.6.0
attrs==17.4.0
py==1.5.2
mock==2.0.0

# Linting
flake8==3.5.0
enum34==1.1.6 # backported py34 stdlib enum for py27-33
configparser==3.5.0 # backported py35 stdlib configparser for py27-34
mccabe==0.6.1
pycodestyle==2.3.1
pyflakes==1.6.0

# Documentation
Sphinx==1.7.1
docutils==0.14
Jinja2==2.10
MarkupSafe==1.0
Pygments==2.2.0
pypandoc==1.4
sphinx_rtd_theme==0.2.5b2
typing==3.6.4
babel==2.5.3
pytz==2018.3

# Miscellaneous
Paver==1.3.4
colorama==0.3.9
six==1.11.0
