nvchecker: add python-psycopg-pool

This commit is contained in:
George Rawlinson 2022-06-08 15:30:26 +12:00
parent ca919433ec
commit 3565229a80
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 7 additions and 0 deletions

View File

@ -152,6 +152,13 @@ github = "psycopg/psycopg"
use_max_tag = true
exclude_regex = "^pool-.*$"
[python-psycopg-pool]
source = "github"
github = "psycopg/psycopg"
use_max_tag = true
prefix = "pool-"
exclude_regex = "^\\d.*$"
[rustzx]
source = "github"
github = "rustzx/rustzx"