source/projects/shogoth/BUILD

8 lines
142 B
Python
Raw Normal View History

2022-03-29 07:29:18 +00:00
py_project(
2022-01-09 21:46:21 +00:00
name = "shogoth",
main = "src/python/shogoth/repl/__main__.py",
2022-03-29 07:29:18 +00:00
lib_deps = [
py_requirement("lark"),
],
2022-01-09 21:46:21 +00:00
)