# Dev version of Invoke
invoke>=0.13.0,<2.0
# For packaging
wheel==0.24
twine==1.9.1
# For testing
pytest-relaxed>=0.1.0,<2
pytest-cov==2.4.0
mock==1.0.1
watchdog==0.8.3
coverage==3.7.1
# For linting
flake8==2.4.0

# Self, for runtime/task dependencies
-e .
