mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:19 +02:00
remove the windows installer
This commit is contained in:
@@ -35,7 +35,6 @@ certbot-apache = {path = "../../../certbot-apache", extras = ["dev"]}
|
||||
certbot = {path = "../../../certbot", extras = ["all"]}
|
||||
acme = {path = "../../../acme", extras = ["docs", "test"]}
|
||||
letstest = {path = "../../../letstest"}
|
||||
windows-installer = {path = "../../../windows-installer"}
|
||||
|
||||
# Extra dependencies
|
||||
# As of writing this, cython is a build dependency of pyyaml. Since there
|
||||
|
||||
@@ -46,7 +46,6 @@ REQUIREMENTS = [
|
||||
]
|
||||
|
||||
if sys.platform == 'win32':
|
||||
REQUIREMENTS.append('-e windows-installer')
|
||||
REQUIREMENTS.remove('-e certbot-apache')
|
||||
REQUIREMENTS.remove('-e certbot-compatibility-test')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user