From 768aa24eeb1c9606fa214bf0aa57315814c04f5e Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Mon, 29 Mar 2021 19:24:55 -0600 Subject: homebrew time --- repos/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repos/__init__.py') diff --git a/repos/__init__.py b/repos/__init__.py index c836861..005dcf8 100644 --- a/repos/__init__.py +++ b/repos/__init__.py @@ -1,6 +1,6 @@ from typing import Mapping, List -from . import alpine_linux, arch_linux, crates_io +from . import alpine_linux, arch_linux, crates_io, homebrew from .base import Repository, slug, Version __all__ = [ @@ -17,6 +17,7 @@ all_repos: List[Repository] = [ *repos_from(alpine_linux), *repos_from(arch_linux), *repos_from(crates_io), + *repos_from(homebrew), ] def get_versions(package: str, args: Mapping[str, str]) -> Mapping[str, Version]: -- cgit v1.2.3