mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Do not install certbot-apache on dev environment
This commit is contained in:
parent
968cc5801b
commit
188f75008d
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ REQUIREMENTS = [
|
|||
]
|
||||
|
||||
if sys.platform == 'win32':
|
||||
REQUIREMENTS.remove('-e certbot-apache')
|
||||
REQUIREMENTS.append('-e windows-installer')
|
||||
|
||||
VERSION_PATTERN = re.compile(r'^(\d+)\.(\d+).*$')
|
||||
|
|
|
|||
Loading…
Reference in a new issue