blob: f256a9ba8b3ed348d14f44fc22b52ba754a110ff [file] [log] [blame]
package(default_visibility = ["//visibility:public"])
load("/tools/rules/pex_rules", "pex_library", "pex_binary")
pex_library(
name = "pyheron-basics-py",
srcs = glob(["**/*.py"]),
deps = [
"//heron/common/src/python:common-py",
"//heron/pyheron/src/python:pyheron-py",
"//heron/proto:proto-py",
],
reqs = ['colorlog==2.6.1', 'PyYAML==3.10'],
)