diff --git a/certbot-apache/setup.py b/certbot-apache/setup.py index 37dccac4f..6a427fafd 100644 --- a/certbot-apache/setup.py +++ b/certbot-apache/setup.py @@ -13,7 +13,6 @@ version = '1.5.0.dev0' install_requires = [ 'acme>=0.29.0', 'certbot>=1.4.0.dev0', - 'mock', 'python-augeas', 'setuptools', 'zope.component',