stable-diffusion-for-fun/WORKSPACE

16 lines
492 B
Python

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
http_archive(
name = "rules_python",
sha256 = "94750828b18044533e98a129003b6a68001204038dc4749f40b195b24c38f49f",
strip_prefix = "rules_python-0.21.0",
url = "https://github.com/bazelbuild/rules_python/archive/0.21.0.tar.gz",
)
git_repository(
name = "subpar",
remote = "https://github.com/google/subpar",
tag = "2.0.0",
)