source/projects/shoggoth/BUILD
Reid D. 'arrdem' McKenzie c1498c98eb Split out Ichor
2022-05-31 19:25:18 -06:00

12 lines
278 B
Text

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