# Task execution
# Need to pin to 0.21.x if supporting Py26
invoke==1.2.0

# Soft dependencies
python-dateutil==2.7.3
pytz==2018.5

# Testing
pytest==3.8.0
tox>=1.5.0
simplejson==3.16.0

# Syntax checking
flake8==3.5.0

# Pre-commit hooks
pre-commit==1.11.0

# Install this package in development mode
-e '.'
