mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview
This commit is contained in:
commit
9d0ef35d25
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
|
@ -40,7 +40,9 @@ install_requires = [
|
|||
]
|
||||
|
||||
dev_extras = [
|
||||
'pylint>=1.4.0', # upstream #248
|
||||
# Pin astroid==1.3.5, pylint==1.4.2 as a workaround for #289
|
||||
'astroid==1.3.5',
|
||||
'pylint==1.4.2', # upstream #248
|
||||
]
|
||||
|
||||
docs_extras = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue