Do not install certbot-apache on dev environment

This commit is contained in:
Adrien Ferrand 2021-05-31 20:48:10 +02:00
parent 968cc5801b
commit 188f75008d

View file

@ -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+).*$')