nvchecker: add python-psycopg-pool
This commit is contained in:
parent
ca919433ec
commit
3565229a80
1 changed files with 7 additions and 0 deletions
|
@ -152,6 +152,13 @@ github = "psycopg/psycopg"
|
||||||
use_max_tag = true
|
use_max_tag = true
|
||||||
exclude_regex = "^pool-.*$"
|
exclude_regex = "^pool-.*$"
|
||||||
|
|
||||||
|
[python-psycopg-pool]
|
||||||
|
source = "github"
|
||||||
|
github = "psycopg/psycopg"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "pool-"
|
||||||
|
exclude_regex = "^\\d.*$"
|
||||||
|
|
||||||
[rustzx]
|
[rustzx]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "rustzx/rustzx"
|
github = "rustzx/rustzx"
|
||||||
|
|
Loading…
Reference in a new issue