Skip to content

Instantly share code, notes, and snippets.

@c4urself
Created April 4, 2018 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c4urself/eb7f05a45103f46f20203f5ad272a883 to your computer and use it in GitHub Desktop.
Save c4urself/eb7f05a45103f46f20203f5ad272a883 to your computer and use it in GitHub Desktop.
Bazel Talk 01
pex_library(
name = "rubberband",
srcs = glob(["rubberband/**/*.py"]),
reqs = [
third_party_req("lazy"),
third_party_req("tornado"),
third_party_req("ujson"),
],
deps = [
"//pkg-mon:mon",
"//pkg-swissarmy:swissarmy",
],
visibility = ["//visibility:public"],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment