-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use the new Lexicon-based plugin API (#52)
* Use new Lexicon-based plugin API * chore: bump version to 2.7.4 to match minimum certbot required. --------- Co-authored-by: Adrien Ferrand <[email protected]> Co-authored-by: miigotu <[email protected]>
- Loading branch information
1 parent
48bea07
commit 6ed4b23
Showing
3 changed files
with
57 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "certbot-dns-godaddy" | ||
version = "2.6.0" | ||
version = "2.7.4" | ||
description = "A certbot plugin that implements letsencrypt dns wildcard support for godaddy using lexicon" | ||
authors = ["Dustyn Gibson <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
@@ -31,10 +31,8 @@ classifiers = [ | |
|
||
[tool.poetry.dependencies] | ||
python = ">=3.7,<4.0" | ||
acme = "2.6.0" | ||
certbot = "2.6.0" | ||
dns-lexicon = ">=3.2.3" | ||
"zope.interface" = ">=5.4.0" | ||
certbot = ">=2.7.4" | ||
dns-lexicon = ">=3.14.0" | ||
|
||
[tool.poetry.dev-dependencies] | ||
isort = "^5.8.0" | ||
|