mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
Current pinned version of cffi is 1.10.0. This version does not provide pre-compiled wheels for latest Python versions on Windows. This implies on this plateform, when certbot is installed, to compile cffi from sources. But for that, the computer will need to have the Visual C compiler available locally. This environnement is really heavy to setup, and totally outside of the scope. This PR updates cffi to version 1.11.5, that has the required wheels, and makes certbot installable without a full .NET dev profile.