10 lines
192 B
Python
10 lines
192 B
Python
|
py_binary(
|
||
|
name = "datalog-shell",
|
||
|
main = "__main__.py",
|
||
|
deps = [
|
||
|
"//projects/datalog",
|
||
|
py_requirement("prompt_toolkit"),
|
||
|
py_requirement("yaspin"),
|
||
|
]
|
||
|
)
|