nvchecker: add python-shodan

This commit is contained in:
George Rawlinson 2022-04-12 15:42:11 +12:00
parent d51bc8bb87
commit 90a53c5cc9
Signed by: grawlinson
GPG key ID: E0959FEA8B550539

View file

@ -136,6 +136,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github # github
[python-shodan]
source = "github"
github = "achillean/shodan-python"
use_max_tag = true
prefix = "v"
[python-pgpy] [python-pgpy]
source = "github" source = "github"
github = "SecurityInnovation/PGPy" github = "SecurityInnovation/PGPy"