flowmetal/components/milkshake/BUILD

8 lines
127 B
Python
Raw Normal View History

2023-05-04 04:46:26 +00:00
py_project(
name = "milkshake",
lib_deps = [
2023-05-08 23:27:04 +00:00
py_requirement("attrs"),
2023-05-04 04:46:26 +00:00
py_requirement("lark"),
],
)