# For packaging
wheel==0.24
twine==1.11.0
# For testing
pytest-relaxed>=1,<2
pytest-cov==2.4.0
mock==1.0.1
watchdog==0.8.3
coverage==4.4.2
# For linting
flake8==2.4.0
# For docs (explicit, even tho we currently commutatively require these
# anyways, how meta)
# NOTE: sphinx is busted for our releases tree in 1.6+
sphinx<1.6
alabaster==0.7.10

# Self, for runtime/task dependencies
-e .
