Compare commits

..

4 commits

View file

@ -136,6 +136,30 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github # github
[python-shodan]
source = "github"
github = "achillean/shodan-python"
use_max_tag = true
prefix = "v"
[python-pgpy]
source = "github"
github = "SecurityInnovation/PGPy"
use_max_tag = true
prefix = "v"
[python-weasyprint]
source = "github"
github = "Kozea/WeasyPrint"
use_max_tag = true
prefix = "v"
[python-pydyf]
source = "github"
github = "CourtBouillon/pydyf"
use_max_tag = true
prefix = "v"
[sparse] [sparse]
source = "github" source = "github"
github = "lucvoo/sparse" github = "lucvoo/sparse"