jmillikin-stripe | a9beffd | 2018-03-08 04:48:46 -0800 | [diff] [blame] | 1 | workspace(name = "com_github_google_benchmark") |
| 2 | |
Nicholas Junge | dfd2ae5 | 2022-12-19 12:12:32 +0100 | [diff] [blame] | 3 | load("//:bazel/benchmark_deps.bzl", "benchmark_deps") |
Dominic Hamon | c5b2fe9 | 2019-04-09 13:02:45 +0100 | [diff] [blame] | 4 | |
Nicholas Junge | dfd2ae5 | 2022-12-19 12:12:32 +0100 | [diff] [blame] | 5 | benchmark_deps() |
Raghu Raja | 398a8ac | 2022-10-31 04:03:59 -0700 | [diff] [blame] | 6 | |
Nicholas Junge | 754ef08 | 2023-12-07 16:00:43 +0100 | [diff] [blame] | 7 | load("@rules_python//python:repositories.bzl", "py_repositories") |
Alexander | 348aa2c | 2020-11-06 12:10:04 +0300 | [diff] [blame] | 8 | |
Nicholas Junge | 754ef08 | 2023-12-07 16:00:43 +0100 | [diff] [blame] | 9 | py_repositories() |
| 10 | |
| 11 | load("@rules_python//python:pip.bzl", "pip_parse") |
| 12 | |
| 13 | pip_parse( |
Nicholas Junge | b93f5a5 | 2023-10-30 16:35:37 +0100 | [diff] [blame] | 14 | name = "tools_pip_deps", |
Nicholas Junge | 754ef08 | 2023-12-07 16:00:43 +0100 | [diff] [blame] | 15 | requirements_lock = "//tools:requirements.txt", |
Alexander | 348aa2c | 2020-11-06 12:10:04 +0300 | [diff] [blame] | 16 | ) |
Nicholas Junge | dfd2ae5 | 2022-12-19 12:12:32 +0100 | [diff] [blame] | 17 | |
Nicholas Junge | 754ef08 | 2023-12-07 16:00:43 +0100 | [diff] [blame] | 18 | load("@tools_pip_deps//:requirements.bzl", "install_deps") |
| 19 | |
| 20 | install_deps() |