2022-03-29 07:29:18 +00:00
|
|
|
py_project(
|
2022-06-01 01:04:14 +00:00
|
|
|
name = "shoggoth",
|
|
|
|
main = "src/python/forerunner/repl/__main__.py",
|
2022-05-12 06:21:22 +00:00
|
|
|
main_deps = [
|
|
|
|
py_requirement("prompt_toolkit"),
|
|
|
|
py_requirement("yaspin"),
|
|
|
|
],
|
2022-03-29 07:29:18 +00:00
|
|
|
lib_deps = [
|
|
|
|
py_requirement("lark"),
|
2022-05-31 15:36:47 +00:00
|
|
|
py_requirement("flask"),
|
2022-03-29 07:29:18 +00:00
|
|
|
],
|
2022-01-09 21:46:21 +00:00
|
|
|
)
|