# Need invocations lib to load internal tasks module (for now)
-e git+https://github.com/pyinvoke/invocations#egg=invocations
# Need self to, you know, run tests / load into tests / etc.
-e .
# These required for publish tasks
semantic_version>=2.4,<2.5
wheel==0.24
twine==1.5
# And this is required for the coverage task
coverage==3.7.1
