7 lines
127 B
Python
7 lines
127 B
Python
py_project(
|
|
name = "milkshake",
|
|
lib_deps = [
|
|
py_requirement("attrs"),
|
|
py_requirement("lark"),
|
|
],
|
|
)
|