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