1
0
mirror of https://github.com/certbot/certbot.git synced 2025-08-05 05:41:11 +03:00

Deprecate usage of IConfig as a singleton in Certbot (#8869)

* Deprecate usage of IConfig as a singleton in Certbot

* Fix local oldest requirements

* Add changelog

* Add tests for certbot.crypto_util.init_save_* functions

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Adrien Ferrand
2021-05-28 21:17:56 +02:00
committed by GitHub
parent 3380694fa8
commit f88105a952
14 changed files with 192 additions and 91 deletions

View File

@@ -7,7 +7,7 @@ version = '1.16.0.dev0'
# acme/certbot version.
install_requires = [
'acme>=1.8.0',
'certbot>=1.10.1',
'certbot>=1.16.0.dev0',
'PyOpenSSL>=17.3.0',
'pyparsing>=2.2.0',
'setuptools>=39.0.1',