summaryrefslogtreecommitdiff
path: root/test-requirements.txt
blob: 6fb22b243aca4b75555a3287d93756ef3003f474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Needed generally in tests
httpretty>=0.7.1
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