# Needed generally in tests
httpretty>=0.7.1
mock
nose
unittest2
coverage
# Only needed if you want to know the test times
# nose-timer
# Only really needed on older versions of python
contextlib2
setuptools
# Used for syle checking
pycodestyle==2.3.1
pyflakes==1.5.0
flake8==3.3.0
hacking==0.13.0