source/projects/lilith/BUILD

12 lines
240 B
Python
Raw Normal View History

py_project(
name = "lilith",
2021-08-21 23:20:13 +00:00
main = "src/python/lilith/__main__.py",
lib_deps = [
2021-08-21 17:49:46 +00:00
py_requirement("lark"),
2021-08-21 23:20:13 +00:00
py_requirement("prompt_toolkit"),
],
test_deps = [
py_requirement("hypothesis"),
2021-08-21 20:07:57 +00:00
],
)