Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview

This commit is contained in:
Peter Eckersley 2015-03-20 18:51:00 -07:00
commit 9d0ef35d25

View file

@ -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 = [