source/projects/shogoth/BUILD
Reid D. 'arrdem' McKenzie 65091be070 [NO TESTS] WIP
2022-05-31 09:39:53 -06:00

12 lines
276 B
Text

py_project(
name = "shogoth",
main = "src/python/shogoth/repl/__main__.py",
main_deps = [
py_requirement("prompt_toolkit"),
py_requirement("yaspin"),
],
lib_deps = [
py_requirement("lark"),
py_requirement("flask"),
],
)