7 lines
125 B
Python
7 lines
125 B
Python
py_project(
|
|
name = "typhon",
|
|
lib_deps = [
|
|
"//components/milkshake",
|
|
py_requirement("attrs"),
|
|
]
|
|
)
|