Skip to content

Commit e9f01d6

Browse files
committed
revert
1 parent a517ca8 commit e9f01d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/pip_parse_vendored/requirements.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
@generated by rules_python pip_parse repository rule.
44
"""
55

6-
load("@rules_python//python:pip.bzl", "group_library", "pip_utils", "whl_library")
6+
load("@rules_python//python:pip.bzl", "pip_utils")
7+
load("@rules_python//python/pip_install:pip_repository.bzl", "group_library", "whl_library")
78

89
all_requirements = [
910
"@my_project_pip_deps_vendored_certifi//:pkg",

0 commit comments

Comments
 (0)