Compare commits

..

2 commits

Author SHA1 Message Date
831a831b67
nvchecker: add python-minio 2022-04-12 21:54:19 +12:00
ae48dd4822
nvchecker: add python-mistletoe 2022-04-12 21:54:02 +12:00

View file

@ -136,6 +136,18 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github # github
[python-minio]
source = "github"
github = "minio/minio-py"
use_max_tag = true
prefix = "v"
[python-mistletoe]
source = "github"
github = "miyuchina/mistletoe"
use_max_tag = true
prefix = "v"
[python-shodan] [python-shodan]
source = "github" source = "github"
github = "achillean/shodan-python" github = "achillean/shodan-python"