mirror of
https://github.com/certbot/certbot.git
synced 2025-08-06 16:42:41 +03:00
Pin pynsist (#8749)
* Pin pynsist * Update dependencies * Set windows installer a proper python project * Optimize usage of the venvs * Add windows-installer when venv is set up * Fix call * Remove env marker
This commit is contained in:
@@ -46,6 +46,9 @@ REQUIREMENTS = [
|
||||
'-e certbot-ci',
|
||||
]
|
||||
|
||||
if sys.platform == 'win32':
|
||||
REQUIREMENTS.append('-e windows-installer')
|
||||
|
||||
VERSION_PATTERN = re.compile(r'^(\d+)\.(\d+).*$')
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user