update dependency certbot >= 3.0.0
This commit is contained in:
parent
91b8c5c030
commit
5ce3289390
2 changed files with 5 additions and 3 deletions
|
@ -128,6 +128,8 @@ The file 'domain.tld.ini' must be replaced with the version of the example 'cred
|
|||
|
||||
## Changelog
|
||||
|
||||
- 2024.11.09
|
||||
- Update for Certbot 3.0.0
|
||||
- 2024.10.19
|
||||
- Update for Certbot 2.11.0
|
||||
- Update README.md, changed from README.rst
|
||||
|
|
6
setup.py
6
setup.py
|
@ -1,11 +1,11 @@
|
|||
from setuptools import setup
|
||||
from setuptools import find_packages
|
||||
|
||||
version = '2024.10.20'
|
||||
version = '2024.11.09'
|
||||
|
||||
install_requires = [
|
||||
"acme>=1.8.0",
|
||||
"certbot>=2.11.0",
|
||||
"acme>=3.0.0",
|
||||
"certbot>=3.0.0",
|
||||
"setuptools",
|
||||
"requests",
|
||||
"mock",
|
||||
|
|
Loading…
Reference in a new issue