1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-13 10:22:20 +03:00

Add mock to setup

This commit is contained in:
James Kasten
2014-12-08 00:33:27 -08:00
parent 7c855be3ab
commit c59cadd252
2 changed files with 2 additions and 0 deletions

View File

@@ -4,3 +4,4 @@ jsonschema==2.4.0
python-augeas==0.5.0
requests==2.4.3
argparse==1.2.2
mock==1.0.1

View File

@@ -18,6 +18,7 @@ docs_extras = [
testing_extras = [
'coverage',
'mock',
'nose',
'nosexcover',
'pylint',