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