Compare commits

...

2 commits

Author SHA1 Message Date
George Rawlinson 3d3958bac4
nvchecker: add python-importlab 2023-02-07 04:19:50 +00:00
George Rawlinson d034f9510d
nvchecker: add pytype 2023-02-07 04:19:06 +00:00

View file

@ -147,6 +147,11 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github
[pytype]
source = "github"
github = "google/pytype"
use_max_tag = true
[python-pyasn]
source = "github"
github = "hadiasghari/pyasn"
@ -2091,6 +2096,10 @@ source = "aur"
aur = "plex-media-server-plexpass"
# pypi
[python-importlab]
source = "pypi"
pypi = "importlab"
[python-pkginfo]
source = "pypi"
pypi = "pkginfo"