aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 9675bf3..697202f 100755
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,6 @@ setup(
],
tests_require=[
'mocker >= 1.0',
- 'mock >= 0.7.2',
- 'wdiff'
+ 'mock >= 0.7.2'
],
zip_safe=True)