Mercurial
comparison MODULE.bazel @ 220:eb8b4230fdb9
[schwab-trader] Add guarded trading experiment
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 02 Aug 2026 08:52:13 -0700 |
| parents | 8d17f6e6e290 |
| children | 3fa4bf481f42 |
comparison
equal
deleted
inserted
replaced
| 214:4c725fde6999 | 220:eb8b4230fdb9 |
|---|---|
| 29 name = "bun_linux_x86_zip", | 29 name = "bun_linux_x86_zip", |
| 30 url = "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-x64.zip", | 30 url = "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-x64.zip", |
| 31 sha256 = "cf0ed0a920799d576ffde4e0cae66d732bf23c2530407f26f59c7831dffe1f0e", | 31 sha256 = "cf0ed0a920799d576ffde4e0cae66d732bf23c2530407f26f59c7831dffe1f0e", |
| 32 ) | 32 ) |
| 33 | 33 |
| 34 # Bring in Python support | |
| 35 bazel_dep(name = "rules_python", version = "1.7.0") | |
| 36 | |
| 34 # Bring in pip support | 37 # Bring in pip support |
| 35 # bazel_dep(name = "rules_python", version = "1.7.0") | |
| 36 # use_extension("@rules_python//python/extensions:pip.bzl", "pip") | 38 # use_extension("@rules_python//python/extensions:pip.bzl", "pip") |
| 37 # pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip") | 39 # pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip") |
| 38 | 40 |
| 39 # Point to your requirements file | 41 # Point to your requirements file |
| 40 # pip.install(requirements = "//:requirements.txt") | 42 # pip.install(requirements = "//:requirements.txt") |