source/projects/datalog-shell/BUILD
Reid 'arrdem' McKenzie 633060910c Import datalog-shell
2021-05-14 23:47:05 -06:00

9 lines
192 B
Text

py_binary(
name = "datalog-shell",
main = "__main__.py",
deps = [
"//projects/datalog",
py_requirement("prompt_toolkit"),
py_requirement("yaspin"),
]
)