mirror of
https://github.com/certbot/certbot.git
synced 2026-02-28 12:23:14 -05:00
Add mock to setup
This commit is contained in:
parent
7c855be3ab
commit
c59cadd252
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -18,6 +18,7 @@ docs_extras = [
|
|||
|
||||
testing_extras = [
|
||||
'coverage',
|
||||
'mock',
|
||||
'nose',
|
||||
'nosexcover',
|
||||
'pylint',
|
||||
|
|
|
|||
Loading…
Reference in a new issue