nvchecker: add python-cli_helpers

This commit is contained in:
George Rawlinson 2022-04-20 20:13:46 +12:00
parent 4da2d5b362
commit 3f57227bc2
Signed by: grawlinson
GPG key ID: E0959FEA8B550539

View file

@ -140,6 +140,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github # github
[python-cli_helpers]
source = "github"
github = "dbcli/cli_helpers"
use_max_tag = true
prefix = "v"
[python-pgspecial] [python-pgspecial]
source = "github" source = "github"
github = "dbcli/pgspecial" github = "dbcli/pgspecial"