# You should already have the dev version of Paramiko and your local Fabric
# checkout installed! Stable Paramiko may not be sufficient!

# Test runner/testing utils
nose
# Rudolf adds color to the output of 'fab test'. This is a custom fork
# addressing Python 2.7 and Nose's 'skip' plugin compatibility issues.
-e git+https://github.com/bitprophet/rudolf#egg=rudolf
# Mocking library
Fudge < 1.0
# Documentation generation
Sphinx >= 0.6
releases >= 0.5.3
