summaryrefslogtreecommitdiff
path: root/test-requirements.txt
blob: 1b39ea5ca5dff5d6029838077bb241da8ca26c72 (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
pycodestyle==2.3.1
pyflakes==1.5.0
flake8==3.3.0
hacking==0.13.0