Compare commits

..

4 commits

View file

@ -136,6 +136,29 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github # github
[gron]
source = "github"
github = "tomnomnom/gron"
use_max_tag = true
prefix = "v"
[choose]
source = "github"
github = "theryangeary/choose"
use_max_tag = true
prefix = "v"
[python-darkdetect]
source = "github"
github = "albertosottile/darkdetect"
use_max_tag = true
prefix = "v"
[python-hachoir]
source = "github"
github = "vstinner/hachoir"
use_max_tag = true
[python-minio] [python-minio]
source = "github" source = "github"
github = "minio/minio-py" github = "minio/minio-py"