1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

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

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