blob: d9d41b57760c913abc965e5322fb3cceecc23115 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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
|