1
0
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:
Adrien Ferrand
2021-04-01 22:57:03 +02:00
committed by GitHub
parent 1ea588d504
commit fea0b4e2e5
12 changed files with 86 additions and 36 deletions

View File

@@ -46,6 +46,9 @@ REQUIREMENTS = [
'-e certbot-ci',
]
if sys.platform == 'win32':
REQUIREMENTS.append('-e windows-installer')
VERSION_PATTERN = re.compile(r'^(\d+)\.(\d+).*$')