Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas committed Oct 17, 2024
1 parent a517ca8 commit e9f01d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/pip_parse_vendored/requirements.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
@generated by rules_python pip_parse repository rule.
"""

load("@rules_python//python:pip.bzl", "group_library", "pip_utils", "whl_library")
load("@rules_python//python:pip.bzl", "pip_utils")
load("@rules_python//python/pip_install:pip_repository.bzl", "group_library", "whl_library")

all_requirements = [
"@my_project_pip_deps_vendored_certifi//:pkg",
Expand Down

0 comments on commit e9f01d6

Please sign in to comment.