summaryrefslogtreecommitdiff
path: root/test-requirements.txt
blob: 0e7fc8fb857d6fff4d1e4d42c9a5266d7d01e221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
pep8==1.7.0
pyflakes==1.1.0
flake8==2.5.4
hacking==0.10.2