source/projects/shoggoth/BUILD
Reid D. 'arrdem' McKenzie 0ffc6c6bb7 Shogoth -> Shoggoth
2022-05-31 19:04:14 -06:00

12 lines
280 B
Text

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