Skip to content

Commit

Permalink
Run bazel mod tidy (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaldengeki authored Jun 10, 2024
1 parent e7b4448 commit 59428b1
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 2,639 deletions.
5 changes: 1 addition & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ bazel_dep(
name = "aspect_bazel_lib",
version = "2.5.0",
)

bazel_dep(name = "rules_proto", version = "6.0.0")

bazel_dep(name = "toolchains_protoc", version = "0.2.4")

bazel_dep(
name = "rules_python",
version = "0.31.0",
Expand All @@ -27,7 +24,7 @@ use_repo(python, "python_3_11")

pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
pip.parse(
hub_name = "py_deps",
hub_name = "py_deps",
python_version = "3.11",
requirements_lock = "//src/python:requirements.lock.txt",
)
Expand Down
Loading

0 comments on commit 59428b1

Please sign in to comment.