nvchecker: add python-sqlmodel
This commit is contained in:
parent
bfcc7f70d0
commit
5d6e709338
1 changed files with 6 additions and 0 deletions
|
@ -84,6 +84,12 @@ github = "sqlalchemy/sqlalchemy2-stubs"
|
||||||
use_max_tag = true
|
use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
|
|
||||||
|
[python-sqlmodel]
|
||||||
|
source = "github"
|
||||||
|
github = "tiangolo/sqlmodel"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
||||||
|
|
||||||
[miniflux]
|
[miniflux]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "miniflux/v2"
|
github = "miniflux/v2"
|
||||||
|
|
Loading…
Reference in a new issue