6 lines
94 B
Python
6 lines
94 B
Python
py_project(
|
|
name = "milkshake",
|
|
lib_deps = [
|
|
py_requirement("lark"),
|
|
],
|
|
)
|