Blob Blame History Raw
diff --git a/setup.py b/setup.py
index fe707fb..c63ad9c 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,6 @@ version = '1.3.0'
 install_requires = [
     'acme>=1.0.0',
     'certbot>=1.1.0',
-    'mock',
     'PyOpenSSL',
     'pyparsing>=1.5.5',  # Python3 support
     'setuptools',