nvchecker: add python-fqdn

This commit is contained in:
George Rawlinson 2022-10-09 10:40:34 +13:00
parent b2718c71d1
commit 81015a1074
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 6 additions and 0 deletions

View File

@ -147,6 +147,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github
[python-fqdn]
source = "github"
github = "ypcrts/fqdn"
use_max_tag = true
prefix = "v"
[python-isoduration]
source = "github"
github = "bolsote/isoduration"