Skip to content
This repository was archived by the owner on Jun 26, 2022. It is now read-only.

Commit 5e37495

Browse files
load pip deps
1 parent 883e297 commit 5e37495

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WORKSPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ github_deps()
9292
# Load //maven
9393
load("@vaticle_bazel_distribution//maven:deps.bzl", vaticle_bazel_distribution_maven_artifacts = "maven_artifacts")
9494

95+
# Load //pip
96+
load("@vaticle_bazel_distribution//pip:deps.bzl", pip_deps = "deps")
97+
pip_deps()
98+
9599
################################
96100
# Load @vaticle dependencies #
97101
################################

0 commit comments

Comments
 (0)