# Task running
invoke

# Testing
pytest
tox>=1.5.0
mock
webtest

# Distribution
wheel

# Web frameworks
Flask>=0.10.1
Django>=1.6.5
bottle>=0.12.3
tornado>=4.0
pyramid>=1.5.2

# Syntax checking
flake8==2.4.0
