remove the windows installer

This commit is contained in:
Brad Warren
2024-12-12 08:57:10 -08:00
parent 2c8609464c
commit 9c8cdd05da
19 changed files with 1 additions and 665 deletions
-1
View File
@@ -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
-1
View File
@@ -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')