8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentati 8000 on.
There was an error while loading. Please reload this page.
1 parent 8b5d068 commit dbc8d1bCopy full SHA for dbc8d1b
WORKSPACE
@@ -12,6 +12,9 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
workspace(name = "io_bazel_rules_python")
15
+load("@bazel_tools//tools/build_defs/repo:git.bzl",
16
+ "git_repository", "new_git_repository")
17
+load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
18
19
# Skydoc stuff
20
git_repository(
0 commit comments